root / pykota / trunk / NEWS @ 1063

Revision 1062, 14.4 kB (checked in by jalet, 21 years ago)

The previous bug fix was incomplete.

  • 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.12alpha2 :
25   
26        - The previous bug fix was incomplete. This is corrected.
27       
28    - 1.12alpha1 :
29   
30        - Small bug fix.
31       
32    - 1.11 :
33   
34        - Now includes the pykotme command line tool, to produce
35          printing quotes for users.
36         
37    - 1.10 :
38   
39        - Bug fixed wrt quota reports when print limiting is by
40          account balance.
41         
42    - 1.09 :
43   
44        - Translations finalized.
45       
46        - Manpages updated.
47       
48        - Installation documentation improved wrt LDAP support.
49       
50    - 1.09beta2 :
51   
52        - The CGI script for quota reports works again, and
53          is much more powerful.
54       
55    - 1.09beta :
56   
57        - edpykota finalized
58       
59    - 1.09alpha2 :
60   
61        - LDAP schema modified a bit. Please upgrade.
62       
63        - LDAP backend works !
64       
65        - repykota and warnpykota allow the root user to pass
66          users or groups names on the command line. Users
67          and groups names may contain wildcards.
68         
69        - repykota and warnpykota only reports or warns the
70          current user when launched by non-root users.
71         
72        - Minor bug fixes. 
73   
74    - 1.09alpha1 :
75   
76        - More work on LDAP storage backend. Many options
77          were added to /etc/pykota.conf to give some
78          hints to the LDAP storage backend.
79         
80        - Severe database access optimizations were done by
81          rewriting most of the Quota Storage backends drivers.
82     
83    - 1.08 :
84   
85        - Major bug fix wrt LPRng support for remote jobs.
86       
87        - Major bug fix wrt increase/decrease account balances.
88       
89    - 1.08alpha8 :
90   
91        - Code refactoring.
92       
93        - A single user/password pair is used to connect
94          to the database backend. The storageuser configuration
95          field, and its associated passwords storageuserpw, are
96          not used anymore.
97         
98        - You can now set PyKota in debug mode, see sample configuration 
99          file for details.
100          WARNING : only Quota Storage backend queries are logged in
101          debug mode, for now.
102       
103    - 1.08alpha7 :
104   
105        - Very latest LDAP schema.
106       
107        - Code enhancement wrt easy pluggability of PyKota attributes
108          and object classes into an existing LDAP directory.
109       
110    - 1.08alpha6 :
111   
112        - Minor bug corrections
113       
114        - More work on LDAP : new schema
115       
116    - 1.08alpha5 :
117   
118        - More good work on LDAP storage.
119          repykota now works reasonably well with the sample LDAP directory.
120       
121    - 1.08alpha4 :
122   
123        - LDAP schema included.
124          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
125          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
126          MAY CHANGE IN THE FUTURE. PLEASE TELL US
127          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
128          MAILING LIST.
129         
130    - 1.08alpha3 :
131   
132        - External accounting methods were partly rewritten :
133         
134          - No more "broken pipe" should happen.
135         
136          - They now take care of the number of copies
137            This may be unneeded though, if the postscript
138            file already does this, because this would
139            overcharge users (number of copies counted
140            two times). NEEDS MORE TESTING.
141           
142          - The sample configuration file now contains 
143            an external accounting method example which should
144            work with all DSC compliant Postscript files.
145           
146        - Some small bugs were fixed.   
147       
148    - 1.08alpha2 :
149   
150        - Now works with net-snmp v5.0 and above.
151          It already worked, but the sample configuration
152          file didn't contain appropriate values...
153       
154    - 1.07 : Release of the Shame !
155   
156        - The external accounting methods driver was left out of
157          the CVS tree. Nobody could use it since it wasn't included !
158         
159    - 1.06 :
160   
161        - Severe bug fixed : if you had a printer in
162          power saving state which couldn't answer immediately,
163          a bug was triggered.
164          It was caused by a bad copy/paste which
165          forgot to import a Python module at run time.
166         
167    - 1.05 :
168   
169        - External accounters are finally available !
170          This means that you can plug any page accounting
171          method you like by setting the appropriate
172          'accounter' field in /etc/pykota.conf
173          See the sample conf/pykota.conf.sample to
174          learn how to do.
175         
176          NB : Both 'external' and 'stupid' accounting methods
177               account a job size just before *this* job is
178               sent to the printer.
179               The original 'querying' method accounts a job
180               size just before *the next* job is sent to
181               the printer.
182       
183    - 1.05alpha3 :
184   
185        - A 'stupid' and unreliable accounting method was
186          implemented to serve as an example on how to
187          do this sort of things. This method only counts
188          the 'showpage' statements in the input data.
189          See sample configuration file for details.
190          Pluggable accounting methods work, but I advise
191          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
192          It is not reliable enough to be used.
193          Use the 'querying' accounting method instead.
194         
195    - 1.05alpha2 :
196   
197        - Pluggable accounting methods.
198       
199        - Better error handling.
200       
201    - 1.05alpha1 :
202   
203        - SECURITY file added to help improve PyKota's security.
204       
205        - Extracting the printer's internal page counter is now
206          tried several times, waiting several seconds between
207          two tries. This lets the time to warm up for some printers
208          which don't answer when they are sleeping (my Apple
209          LaserWriter 16/600 PS is in this case, maybe others too)
210         
211        - Small display bug fixed in repykota
212         
213    - 1.04 :
214   
215        - Default print policy for users/groups unknown from
216          the print quota system is now DENY instead of ALLOW,
217          since ALLOW can generate inaccurate results
218          (incorrect job sizes charged to the wrong persons)
219         
220        - LPRng support works !
221       
222        - A bug was introduced some time ago wrt printers' default
223          policy for unknown users. It is now corrected.
224       
225        - repykota now displays prices per job and per page for each
226          printer, if they are defined.
227         
228        - Minor display bug fixed in repykota.
229       
230        - Problem when running repykota with an empty database was fixed.
231       
232    - 1.03 :
233   
234        - Upgrade script included for earlier versions.
235          Please look inside the initscripts subdirectory.
236          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
237         
238        - repykota now reports account balances too.
239       
240        - PyKota now has a nice logo, see the logos
241          subdirectory.
242       
243        - Manual pages were finally updated.
244       
245        - Group quotas seem to work now !
246       
247        - The new database schema allows to keep an history of all
248          jobs as well as charge users per page and/or per job,
249          and track users' account balance.
250         
251        - edpykota now accepts much more command line options to 
252          use the new functionnalities. See edpykota --help for
253          details.
254         
255        - The installation script now allows to install the sample
256          configuration file during first installation.
257         
258        - More group quota code works, but still not finished. 
259       
260        - The CGI script displays a link to PyKota's website.
261       
262        - The job history is now kept, this will allow per-period
263          reports in the future.
264         
265        - After having modified the quota for an user with edpykota,
266          a quota check is done to eventually warn the user/admin about
267          a quota which is too low to print.
268         
269        - A workaround is provided for HP Printers : their internal
270          page counter is only saved to NVRAM in a 10 increment, so
271          if you switch them off and then on, the reported page counter
272          may be lower than the real number of pages printed.
273          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
274          We unconditionnally set the last job's page count to
275          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
276          in this case.
277          For a more accurate accounting, never switch your HP printers
278          off.
279         
280        - A fix is provided for printers which only have a volatile 
281          page counter (reset to 0 every time you switch the printer on)
282          This should allow PyKota to work reasonably fine with HP Laserjet
283          4L/5L/6L, not perfect, but better than nothing.
284          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
285          For a more accurate accounting, never switch your HP printers
286          off. This is untested, please report any problem.
287         
288        - A bug was fixed when edpykota --add was used with users who already
289          had a quota on the specified printer.
290         
291        - A small display bug in repykota was introduced in preliminary
292          1.03 versions, and fixed later on.
293         
294        - Some minor bugs which happened in rare situations were fixed.
295       
296        - Support for AppleTalk printers was added, see sample configuration
297          file for details.
298         
299        - Users and group printing can now be controlled (limited) either by 
300          print quota or by account balance.
301       
302    - 1.02 :
303   
304        - The installation script now checks for software availability
305          and in case a software is missing asks the user if he
306          wants to continue with the installation or abort it.
307         
308        - The configuration file pykota.conf is now expected to be
309          found in /etc instead of in /etc/cups
310          The installation script prompts the user to see if he
311          wants to move an old configuration file to the new location
312          if needed.
313         
314        - Improved documentation.
315       
316        - You can now set the tcp/ip port on which the Quota Storage
317          Server is listening, see sample configuration file for details.
318       
319        - Better general error handling.
320       
321        - Upgrade script for pre 1.01 PostgreSQL database schema is now
322          included as well.
323       
324    - 1.01 :
325   
326        - The configuration file now accepts an option   
327          to choose the recipient(s) of the email messages :
328         
329            - DevNull means no one will receive them.
330            - User means only the user will receive them.
331            - Admin means only the admin will receive them.
332            - Both means the User and the Admin will receive them.
333           
334        - The configuration file now uses hard-coded default values
335          when an option is not set. See sample configuration file
336          for details.
337         
338        - Manual pages are included since 1.00, but I forgot to   
339          add this information to this file.
340         
341        - Redistribution terms for the official package have 
342          softened and are now fully GPL compatible :
343          unrestricted modification is now allowed even for
344          the version number.
345         
346    - 1.00 :
347   
348        - edpykota now accepts a --noquota option. This
349          disable quota checking while still doing page
350          accounting. This is really useful for people
351          who don't want to limit their users but want
352          to know how much pages they print.
353         
354        - Some untested scripts were added to retrieve
355          the life time page counter of non-SNMP printers.
356         
357        - Every directory now has a specific README file. 
358       
359    - 0.99 :
360   
361        - Under some circumstances while the user wasn't allowed
362          to print, he didn't receive any email message. It is
363          now fixed.
364         
365        - When an user wasn't allowed to print, the quota for
366          the previous user wasn't updated. This is now fixed.
367         
368    - 0.98 :
369   
370        - Correctly handle the case where the printer is switched off.
371       
372        - Small bug wrt syslog fixed.
373       
374    - 0.97 :
375   
376        - edpykota accepts wildcards on its command line for users/groups too
377          if the --add option is not set, e.g. :
378         
379              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
380             
381        - If no user name is passed at all, then a default wildcard of "*"
382          which means apply the command on ALL users for this printer is used.
383         
384        - Small bug fixes.
385       
386    - 0.96 :
387
388        - Options requester, policy, admin, adminmail and gracedelay can now
389          be set either globally or per printer. The printer option has
390          priority if both are defined.
391
392        - More powerful configuration parser.
393       
394        - If all options are defined globally, there's no need to
395          define a section for each printer in the configuration
396          file anymore. Just define a [global] section and it's ok.
397
398    - 0.95 :
399
400        - External requesters for printers finally added.
401
402        - Full internationalization (english and french are supported)
403 
404        - More complete quota usage report
405
406        - CGI script to access to the quota usage report
407
408        - Several bugs fixed.
409
410
411    - 0.9 :
412
413        - First public version
Note: See TracBrowser for help on using the browser.