root / pykota / trunk / NEWS @ 953

Revision 953, 8.5 kB (checked in by jalet, 21 years ago)

Forgotten change

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS
4
5(c) 2003 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20============================================================
21
22PyKota NEWS :
23
24    - 1.04pre2 :
25   
26        - Preliminary support for LPRng added (still untested)
27       
28        - A bug was introduced some time ago wrt printers' default
29          policy for unknown users. It is now corrected.
30       
31    - 1.04pre1 :
32   
33        - repykota now displays prices per job and per page for each
34          printer, if they are defined.
35         
36    - 1.04pre0 :
37   
38        - Minor display bug fixed in repykota.
39       
40        - Problem when running repykota with an empty database was fixed.
41       
42    - 1.03 :
43   
44        - Upgrade script included for earlier versions.
45          Please look inside the initscripts subdirectory.
46         
47    - 1.03beta2 :
48   
49        - repykota now reports account balances too.
50       
51        - PyKota now has a nice logo, see the logos
52          subdirectory.
53       
54        - Manual pages were finally updated.
55       
56    - 1.03beta :
57   
58        - Group quotas seem to work now !
59       
60    - 1.03alpha :
61   
62        - IMPORTANT : DataBase schema has changed.
63          DON'T TRY TO UPGRADE AN EXISTING PYKOTA INSTALLATION !
64          The upgrade script will be finalized ASAP, be patient,
65          or drop your old quota database to start anew.
66          Upgrade script will be provided when 1.03final will
67          be out.
68         
69        - The new database schema allows to keep an history of all
70          jobs as well as charge users per page and/or per job,
71          and track users' account balance.
72         
73        - edpykota now accepts much more command line options to 
74          use the new functionnalities. See edpykota --help for
75          details.
76         
77        - The installation script now allows to install the sample
78          configuration file during first installation.
79         
80        - More group quota code works, but still not finished. 
81       
82        - The CGI script displays a link to PyKota's website.
83       
84        - The job history is now kept, this will allow per-period
85          reports in the future.
86         
87        - After having modified the quota for an user with edpykota,
88          a quota check is done to eventually warn the user/admin about
89          a quota which is too low to print.
90         
91        - A workaround is provided for HP Printers : their internal
92          page counter is only saved to NVRAM in a 10 increment, so
93          if you switch them off and then on, the reported page counter
94          may be lower than the real number of pages printed.
95          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
96          We unconditionnally set the last job's page count to
97          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
98          in this case.
99          For a more accurate accounting, never switch your HP printers
100          off.
101         
102        - A fix is provided for printers which only have a volatile 
103          page counter (reset to 0 every time you switch the printer on)
104          This should allow PyKota to work reasonably fine with HP Laserjet
105          4L/5L/6L, not perfect, but better than nothing.
106          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
107          For a more accurate accounting, never switch your HP printers
108          off. This is untested, please report any problem.
109         
110        - A bug was fixed when edpykota --add was used with users who already
111          had a quota on the specified printer.
112         
113        - A small display bug in repykota was introduced in preliminary
114          1.03 versions, and fixed later on.
115         
116        - Some minor bugs which happened in rare situations were fixed.
117       
118        - Support for AppleTalk printers was added, see sample configuration
119          file for details.
120         
121        - Users and group printing can now be controlled (limited) either by 
122          print quota or by account balance.
123       
124    - 1.02 :
125   
126        - The installation script now checks for software availability
127          and in case a software is missing asks the user if he
128          wants to continue with the installation or abort it.
129         
130        - The configuration file pykota.conf is now expected to be
131          found in /etc instead of in /etc/cups
132          The installation script prompts the user to see if he
133          wants to move an old configuration file to the new location
134          if needed.
135         
136        - Improved documentation.
137       
138        - You can now set the tcp/ip port on which the Quota Storage
139          Server is listening, see sample configuration file for details.
140       
141        - Better general error handling.
142       
143        - Upgrade script for pre 1.01 PostgreSQL database schema is now
144          included as well.
145       
146    - 1.01 :
147   
148        - The configuration file now accepts an option   
149          to choose the recipient(s) of the email messages :
150         
151            - DevNull means no one will receive them.
152            - User means only the user will receive them.
153            - Admin means only the admin will receive them.
154            - Both means the User and the Admin will receive them.
155           
156        - The configuration file now uses hard-coded default values
157          when an option is not set. See sample configuration file
158          for details.
159         
160        - Manual pages are included since 1.00, but I forgot to   
161          add this information to this file.
162         
163        - Redistribution terms for the official package have 
164          softened and are now fully GPL compatible :
165          unrestricted modification is now allowed even for
166          the version number.
167         
168    - 1.00 :
169   
170        - edpykota now accepts a --noquota option. This
171          disable quota checking while still doing page
172          accounting. This is really useful for people
173          who don't want to limit their users but want
174          to know how much pages they print.
175         
176        - Some untested scripts were added to retrieve
177          the life time page counter of non-SNMP printers.
178         
179        - Every directory now has a specific README file. 
180       
181    - 0.99 :
182   
183        - Under some circumstances while the user wasn't allowed
184          to print, he didn't receive any email message. It is
185          now fixed.
186         
187        - When an user wasn't allowed to print, the quota for
188          the previous user wasn't updated. This is now fixed.
189         
190    - 0.98 :
191   
192        - Correctly handle the case where the printer is switched off.
193       
194        - Small bug wrt syslog fixed.
195       
196    - 0.97 :
197   
198        - edpykota accepts wildcards on its command line for users/groups too
199          if the --add option is not set, e.g. :
200         
201              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
202             
203        - If no user name is passed at all, then a default wildcard of "*"
204          which means apply the command on ALL users for this printer is used.
205         
206        - Small bug fixes.
207       
208    - 0.96 :
209
210        - Options requester, policy, admin, adminmail and gracedelay can now
211          be set either globally or per printer. The printer option has
212          priority if both are defined.
213
214        - More powerful configuration parser.
215       
216        - If all options are defined globally, there's no need to
217          define a section for each printer in the configuration
218          file anymore. Just define a [global] section and it's ok.
219
220    - 0.95 :
221
222        - External requesters for printers finally added.
223
224        - Full internationalization (english and french are supported)
225 
226        - More complete quota usage report
227
228        - CGI script to access to the quota usage report
229
230        - Several bugs fixed.
231
232
233    - 0.9 :
234
235        - First public version
Note: See TracBrowser for help on using the browser.