root / pykota / trunk / NEWS @ 1077

Revision 1077, 15.1 kB (checked in by jalet, 21 years ago)

Configurable warning messages.
Poor man's treshold value added.

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