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
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.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       
33    - 1.13 :
34   
35        - Some small fixes wrt group handling.
36       
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         
41    - 1.13alpha1 :
42   
43        - Bug fix wrt LDAP.
44       
45    - 1.12 :
46   
47        - More complete test added in edpykota.
48       
49    - 1.12alpha2 :
50   
51        - The previous bug fix was incomplete. This is corrected.
52       
53    - 1.12alpha1 :
54   
55        - Small bug fix.
56       
57    - 1.11 :
58   
59        - Now includes the pykotme command line tool, to produce
60          printing quotes for users.
61         
62    - 1.10 :
63   
64        - Bug fixed wrt quota reports when print limiting is by
65          account balance.
66         
67    - 1.09 :
68   
69        - Translations finalized.
70       
71        - Manpages updated.
72       
73        - Installation documentation improved wrt LDAP support.
74       
75    - 1.09beta2 :
76   
77        - The CGI script for quota reports works again, and
78          is much more powerful.
79       
80    - 1.09beta :
81   
82        - edpykota finalized
83       
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   
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.
104         
105        - Severe database access optimizations were done by
106          rewriting most of the Quota Storage backends drivers.
107     
108    - 1.08 :
109   
110        - Major bug fix wrt LPRng support for remote jobs.
111       
112        - Major bug fix wrt increase/decrease account balances.
113       
114    - 1.08alpha8 :
115   
116        - Code refactoring.
117       
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.
122         
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.
127       
128    - 1.08alpha7 :
129   
130        - Very latest LDAP schema.
131       
132        - Code enhancement wrt easy pluggability of PyKota attributes
133          and object classes into an existing LDAP directory.
134       
135    - 1.08alpha6 :
136   
137        - Minor bug corrections
138       
139        - More work on LDAP : new schema
140       
141    - 1.08alpha5 :
142   
143        - More good work on LDAP storage.
144          repykota now works reasonably well with the sample LDAP directory.
145       
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         
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       
173    - 1.08alpha2 :
174   
175        - Now works with net-snmp v5.0 and above.
176          It already worked, but the sample configuration
177          file didn't contain appropriate values...
178       
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         
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         
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       
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.
218          Use the 'querying' accounting method instead.
219         
220    - 1.05alpha2 :
221   
222        - Pluggable accounting methods.
223       
224        - Better error handling.
225       
226    - 1.05alpha1 :
227   
228        - SECURITY file added to help improve PyKota's security.
229       
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         
236        - Small display bug fixed in repykota
237         
238    - 1.04 :
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         
245        - LPRng support works !
246       
247        - A bug was introduced some time ago wrt printers' default
248          policy for unknown users. It is now corrected.
249       
250        - repykota now displays prices per job and per page for each
251          printer, if they are defined.
252         
253        - Minor display bug fixed in repykota.
254       
255        - Problem when running repykota with an empty database was fixed.
256       
257    - 1.03 :
258   
259        - Upgrade script included for earlier versions.
260          Please look inside the initscripts subdirectory.
261          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
262         
263        - repykota now reports account balances too.
264       
265        - PyKota now has a nice logo, see the logos
266          subdirectory.
267       
268        - Manual pages were finally updated.
269       
270        - Group quotas seem to work now !
271       
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         
276        - edpykota now accepts much more command line options to 
277          use the new functionnalities. See edpykota --help for
278          details.
279         
280        - The installation script now allows to install the sample
281          configuration file during first installation.
282         
283        - More group quota code works, but still not finished. 
284       
285        - The CGI script displays a link to PyKota's website.
286       
287        - The job history is now kept, this will allow per-period
288          reports in the future.
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         
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
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.
302          For a more accurate accounting, never switch your HP printers
303          off.
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)
307          This should allow PyKota to work reasonably fine with HP Laserjet
308          4L/5L/6L, not perfect, but better than nothing.
309          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
310          For a more accurate accounting, never switch your HP printers
311          off. This is untested, please report any problem.
312         
313        - A bug was fixed when edpykota --add was used with users who already
314          had a quota on the specified printer.
315         
316        - A small display bug in repykota was introduced in preliminary
317          1.03 versions, and fixed later on.
318         
319        - Some minor bugs which happened in rare situations were fixed.
320       
321        - Support for AppleTalk printers was added, see sample configuration
322          file for details.
323         
324        - Users and group printing can now be controlled (limited) either by 
325          print quota or by account balance.
326       
327    - 1.02 :
328   
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         
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         
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       
344        - Better general error handling.
345       
346        - Upgrade script for pre 1.01 PostgreSQL database schema is now
347          included as well.
348       
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           
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         
363        - Manual pages are included since 1.00, but I forgot to   
364          add this information to this file.
365         
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         
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       
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
391          the previous user wasn't updated. This is now fixed.
392         
393    - 0.98 :
394   
395        - Correctly handle the case where the printer is switched off.
396       
397        - Small bug wrt syslog fixed.
398       
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             
406        - If no user name is passed at all, then a default wildcard of "*"
407          which means apply the command on ALL users for this printer is used.
408         
409        - Small bug fixes.
410       
411    - 0.96 :
412
413        - Options requester, policy, admin, adminmail and gracedelay can now
414          be set either globally or per printer. The printer option has
415          priority if both are defined.
416
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.
422
423    - 0.95 :
424
425        - External requesters for printers finally added.
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.