root / pykota / trunk / NEWS @ 2277

Revision 2277, 64.0 kB (checked in by jerome, 19 years ago)

Fixed incorrect loop counter in pjl and snmp accounters.
Now uses USTATUS in the pjl accounter to workaround printers
which switch to 'busy' state when we request their status
(meaning they were always busy) : seems to work just fine
now on my HP2300N.

  • 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 and LPRng
4
5(c) 2003, 2004, 2005 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.23alpha7 :
25   
26        - Improvements to the internal PJL and SNMP accounter : now should
27          support more printers and waste less time.
28         
29    - 1.23alpha6 :
30   
31        - The data dumper's start= and end= date filtering options now
32          accept a positive or negative offset to be added to the special
33          keywords 'yesterday', 'today', 'now', 'tomorrow'.
34          e.g. : dumpykota --data history start=yesterday-5 end=today
35         
36    - 1.23alpha5 :
37   
38        - The data dumper's start= and end= date filtering options now accept
39          the special keywords 'yesterday', 'today', 'now' and 'tomorrow'.
40         
41    - 1.23alpha4 :
42   
43        - The data dumper now accept start= and end= to specify the starting
44          and ending dates to dump the history.
45         
46    - 1.23alpha3 :
47   
48        - The destination link for the logo used in CGI scripts is
49          configurable.
50         
51        - Data dumper improved : it's faster and now datas are correctly
52          escaped.
53       
54        - The URL to the logo displayed in the CGI scripts is configurable.
55       
56    - 1.23alpha2 :
57   
58        - Fixed edpykota --prototype with balance.
59       
60        - Major rewrite of the IPP message parsing code to definitely
61          fix the job-originating-hostname IPP attribute problem.
62       
63    - 1.23alpha1 :   
64   
65        - Sets current username to the user CUPS runs as instead of "root"
66          when printing test pages from CUPS' web interface (because
67          the username is empty in this case).
68         
69        - Fix for strange values in job-originating-hostname
70       
71    - 1.22 :
72   
73        - Big improvements to the documentation.
74       
75    - 1.22beta :
76   
77        - Improved stability in pykotme and pykotme.cgi.
78       
79        - Fixed a permission problem in pykotme and pykosd.
80       
81        - Fixed an inconsitency between SQL and LDAP backends'
82          behavior in edpykota.
83         
84        - Improved stability and allowed tracebacks in CGI scripts.
85       
86        - Improved pykotme.cgi
87         
88    - 1.22alpha8 :
89   
90        - Fixed history retrieval for nonexisting printers or users.
91       
92        - Clicking on the billing code in printquota.cgi's job history
93          now shows all jobs matching this billing code.
94         
95        - Fixed the dump in CUPS' page_log format which didn't
96          dump the oldest entry.
97         
98        - The data dumper now accepts billingcode= and hostname= as
99          filters when dumping the job history.
100         
101        - The job billing code if present is now saved into the database,
102          and exported to subprocesses as the PYKOTAJOBBILLING environment
103          variable.
104         
105        - Ctrl+C now makes PyKota commands exit without a traceback.
106       
107        - Fixed an i18n problem with Python 2.1
108       
109    - 1.22alpha7 :
110   
111        - Fixed some problems with the retrieval of the history from LDAP.
112       
113    - 1.22alpha6 :
114   
115        - Early errors now produce meaningful error messages (finally !)
116       
117    - 1.22alpha5 :
118       
119        - SNMP and PJL improvements with regard to PowerSave / StandBy.
120       
121    - 1.22alpha4 :
122   
123        - Fixed charset problem under MacOSX.
124       
125        - Allows pkbanner to accept more info to display on its
126          command line.
127         
128    - 1.22alpha3 :
129   
130        - Fixes some case related problems with some LDAP backends.
131       
132        - Fixes some problem for printers which directly go from
133          "idle" to "warmup" and never to "printing" before
134          returning to "idle".
135         
136        - Some permissions settings may have prevented cupspykota
137          from parsing cupsd.conf, this is now fixed.
138         
139    - 1.22alpha2 :
140   
141        - Introduction of the web enabled print quote generator.
142       
143        - Fixed a potential race condition when several backend
144          wrappers were present in CUPS' backend directory.
145         
146        - Fixed dumpykota's output in CUPS' page_log format to better
147          match CUPS format.
148         
149    - 1.22alpha1 :
150   
151        - Import into Subversion.
152       
153    - 1.21 :
154   
155        - Improved documentation.
156       
157        - Improved dependencies checker.
158       
159        - Updated some translation files.
160       
161    - 1.21beta2 :
162   
163        - Fixed an LPRng specific bug.
164       
165        - Several improvements on stability issues with manually modified
166          LDAP trees.
167         
168        - Documentation improvements. 
169       
170    - 1.21beta :
171   
172        - Prepared translation files for next release.
173       
174    - 1.21alpha27 :
175   
176        - Allows software() (no arguments) to the software accounting
177          directive. This saves a lot of CPU since the job is not
178          parsed again : the precomputed size is used directly in this
179          case.
180         
181        - epykota's --prototype option now works fine with accounts
182          limited by balance.
183         
184    - 1.21alpha26 :
185   
186        - Fixed the handling of the 'maxdenybanners' directive.
187       
188        - Introduced the 'denyduplicates' directive.
189       
190        - Fixed some database related glitches.
191       
192    - 1.21alpha25 :
193   
194        - The job's size is now always precomputed, even when
195          'enforcement' is not set to 'strict'.
196         
197        - Introduction of the new 'trustjobsize' configuration directive
198          to workaround some problematic printers. See the sample
199          configuration file for details.
200         
201    - 1.21alpha24 :
202   
203        - Big database structure changes. An upgrade script
204          is now included for PostgreSQL. LDAP users may just
205          want to copy the new schema in place.
206         
207        - edpykota now recognizes the -o | --overcharge command line
208          option to set an overcharging or undercharging factor
209          on each print job's cost for a particular user.
210         
211        - repykota's output format has changed an is not limited to 
212          80 characters wide anymore. People who used to parse
213          repykota's output in their own tools are strongly advised
214          to parse dumpykota's output instead.
215         
216        - Introduction of the new 'maxdenybanners' configuration directive
217          to allow up to N (the directive's value) deny banners to be
218          printed even if the print account is forbidden to print.
219         
220        - Better detection of the number of copies in the PostScript parser.
221       
222    - 1.21alpha23 :
223   
224        - Traditional Chinese translation added.
225   
226        - Several fixes and performance improvements with the LDAP backend.
227       
228    - 1.21alpha22 :
229   
230        - edpykota's --delete command line option doesn't consider
231          '*' to be the default argument anymore :-)
232         
233    - 1.21alpha21 :
234   
235        - dumpykota.cgi can now be run as a normal user as opposed to
236          a PyKota administrator. No read access to pykotadmin.conf is
237          necessary anymore. This CGI scripts now honors the REMOTE_USER
238          environment variable just like printquota.cgi does, see
239          the file cgi-bin/README for details.
240          The command line tool dumpykota must still be run by a PyKota
241          administrator.
242         
243        - Fix exception's name error due to a change in recent versions
244          of PygreSQL.   
245         
246    - 1.21alpha20 :
247         
248        - Big bug fix wrt the datelimit field which was never reset.
249         
250    - 1.21alpha19 :
251   
252        - Introduction of the new dumpykota.cgi CGI script, which
253          allows third party tools like phpPrintAnalyzer to be
254          interfaced in real time with PyKota. To use it you
255          may have to change your web server's configuration,
256          please see pykota/cgi-bin/README
257         
258    - 1.21alpha18 :
259   
260        - Now dumpykota can dump the job history into CUPS' page_log
261          format (even when the printing system is LPRng). This allows
262          people to use tools like PrintAnalyzer or phpPrintAnalyzer
263          (two completely different beasts) with PyKota.
264         
265    - 1.21alpha17 :
266     
267        - Fixed field type's name in XML dumps.
268       
269        - Now drops priviledges to user 'pykota' when launched as root
270          (directly or as a CUPS backend), if such an user exists.
271         
272        - Fixed PCL3/4/5 parser for some drivers' output.
273       
274    - 1.21alpha16 :
275   
276        - fixed several recently introduced bugs in LDAP backend code,
277          thanks to Matt Hyclak.
278         
279    - 1.21alpha15 :
280     
281        - Normalized field names between LDAP and PostgreSQL backends
282          in dumpykota's output.
283         
284        - dumpykota filtering capabilities are now supported within
285          the LDAP backend too.
286         
287    - 1.21alpha14 :
288   
289        - dumpykota now supports extended filtering possibilities
290          with the PostgreSQL backend (LDAP support will come soon).
291         
292    - 1.21alpha13 :
293   
294        - Added a --debug command line option to pkpgcounter, so
295          that people may see what really happens, and what will
296          be available in the future :-)
297         
298    - 1.21alpha12 :
299   
300        - Fixed a bug with non standard pkbanner command lines.
301       
302        - Now logs as errors the differences between precomputed and
303          computed job sizes. **CUPS only for now**
304         
305    - 1.21alpha11 :
306   
307        - Now user and group print quota entries can be stored directly
308          below the user or group with the LDAP backend, using them
309          as branches. Thanks to Stefan Wold for the patch.
310          See the sample configuration file for details.
311         
312        - TLS is now supported with the LDAP backend. Thanks to Stefan
313          Wold for the patch.
314          See the sample configuration file for details.
315         
316        - edpkota now accepts the -U | --used value command line argument
317          to preset the page counters to an initial value. Thanks to
318          Wilson Roberto Afonso and Matt Hyclak for the patch.
319         
320    - 1.21alpha10 :
321   
322        - Now automatically reconnects up to three times if the LDAP server
323          returned an error, possibly due to a timeout.
324         
325    - 1.21alpha9 :
326   
327        - Now searches the configuration files in 'pykota' system user's
328          home directory. The 'pykota' system user and group have
329          to be created by the system administrator, and given
330          sufficient permissions to PyKota's configuration files.
331         
332    - 1.21alpha8 :
333   
334        - Added the new reject_unknown directive to reject the
335          creation of user or groups which are unknown to the system.
336         
337    - 1.21alpha7 :
338   
339        - Introduction of the pkmail email gateway.
340       
341    - 1.21alpha6 :
342   
343        - Fix for LPRng filenames.
344       
345        - Added Turkish translation thanks to Baris Cicek.
346       
347    - 1.21alpha5 :
348   
349        - Improved ESC/P2 miniparser for Stylus Photo printers.
350       
351        - Implemented the --savetoner command line option to pkbanner.
352       
353        - Improved pkbanner's help and messages.
354       
355    - 1.21alpha4 :
356   
357        - Fixed job's data file detection code for LPRng.
358       
359        - Fixed a problem with PJL and PowerSave mode,
360          thanks to Wilson Roberto Afonso.
361       
362    - 1.21alpha3 :
363   
364        - PyKota can now generate its own banners, and either account
365          for them or not, depending on newly introduced directives
366          in pykota.conf
367          Thanks to Matt Hyclak for the patch.
368         
369    - 1.21alpha2 :
370   
371        - Installation script is now non interactive again, as it should
372          have stayed from the beginning. Dependencies checking can
373          be done by launching the checkdeps.py command.
374         
375    - 1.21alpha1 :
376   
377        - added an IPP messages miniparser. Extraction of the client
378          hostname is now considered to be fiable, at least until
379          the CUPS developpers change something...
380       
381    - 1.20 :
382   
383        - Version number changed.
384       
385    - 1.20beta :
386   
387        - Norwegian (Bokm� preliminary translation added.
388       
389        - German translation was finalized.
390       
391        - Greek translation was finalized.
392       
393        - For urgent legal reasons, a "privacy" directive has been added
394          to pykota.conf, to hide jobs' title, filename and options
395          in the history.
396         
397        - Minor changes in the debian directory.
398       
399    - 1.20alpha27 :
400   
401        - Fixed many problems with translation files. In particular
402          the Brazilian Portuguese translation file was incorrectly
403          installed into the french "breton" locale directory.
404         
405        - Finished French translation. 
406         
407    - 1.20alpha26 :
408   
409        - LPRng support code should now better detect network
410          printers' hostnames or IP addresses.
411         
412        - Fix for recently introduced bug in LPRng support.
413       
414        - Fix for incorrect locale setting when starting.
415       
416    - 1.20alpha25 :
417   
418        - pkprinters allows --list to normal users, but require user
419          to be a PyKota administrator when another command line
420          option is used.
421         
422        - pkhint doesn't use absolute path to search for helper commands
423          anymore.
424         
425        - Spanish translation ready for 1.20.   
426       
427    - 1.20alpha24 :
428   
429        - Now warnpykota only warns users limited by balance once.
430       
431        - Now warnpykota only warns users who have ever printed,
432          to not cause confusion to users who have just opened
433          their account.
434       
435        - Prepared help messages for translations.
436       
437    - 1.20alpha23 :
438   
439        - Add workaround for locale problem.
440       
441    - 1.20alpha22 :
442   
443        - Hopefully final fix for data encoding charset.
444       
445        - edpykota now refuse to work if the user is not a PyKota admin.
446       
447        - Fixes a recently introduced bug with users groups and PostgreSQL.
448       
449    - 1.20alpha21 :
450   
451        - Now dumpykota refuses to launch if the current user is not
452          a PyKota administrator (a PyKota administrator is an user
453          allowed to read the pykotadmin.conf file).
454         
455        - Now any PyKota administrator can use repykota and warnpykota
456          with additionnal arguments, not only the root user.
457         
458        - Improved documentation a bit.
459       
460    - 1.20alpha20 :
461   
462        - Reduced delay in internal SNMP and PJL_over_TCP handlers
463          from 2 to 1 second.
464       
465        - dumpykota can now output XML.
466       
467    - 1.20alpha19 :
468   
469        - Improved user groups and user groups quotas dumps in dumpykota.
470       
471        - Finished implementation of LDAP support in dumpykota.
472       
473        - The md5 sum of the job's datas is now available as an
474          hexadecimal digest in the PYKOTAMD5SUM environment variable.
475         
476        - The description, filename, title, and options fields
477          are now stored as UTF-8 strings in both LDAP and PostgreSQL.
478          Proper charset is used during extraction from the database.
479         
480    - 1.20alpha18 :
481   
482        - Experimental autopykota command to initialize user
483          account and quota entries on first print while not
484          resetting the balance value if not needed.
485         
486        - Added the new "winbind_separator" directive to strip
487          out the Samba/Winbind domain name while printing if
488          needed (Off by default).
489         
490    - 1.20alpha17 :
491   
492        - Added --hardreset command line option to edpykota.
493       
494        - Fixed problem with accented chars in title, filename
495          or options and LDAP backend.
496         
497    - 1.20alpha16 :
498   
499        - Internal handling of socket based PJL queries over
500          port tcp/9100 is now available with the magic
501          'pjl' value in the hardware accounter.
502         
503    - 1.20alpha15 :
504   
505        - LDAP pykotaAccountBalance objects were always created
506          attached to the pykotaUser objects. This is now
507          fixed and the value of balancebase in pykota.conf
508          is now correctly used.
509         
510    - 1.20alpha14 :
511   
512        - Belgian translations added (copy of the french ones).
513       
514        - External hardware accounter now loops until
515          a result can be read correctly.
516         
517        - pkhint now suggest the internal snmp handling instead
518          of the external one.
519         
520    - 1.20alpha13 :
521     
522        - Hardware accounter now accepts the special
523          'snmp' value, meaning ALL is done from main code
524          without launching any subprocess.
525          You need the http://pysnmp.sf.net Python module
526          for this to work (tested with v3.4.2)
527         
528        - Increased delay between two loops iterations 
529          to 2 seconds in waitprinter.sh to diminish
530          CPU load.
531         
532    - 1.20alpha12 :
533   
534        - waitprinter.sh rewritten from scratch to wait
535          for printer status stabilization.
536       
537    - 1.20alpha11 :
538   
539        - Generic data dumper 'dumpykota' introduced.
540          Works only with PostgreSQL backend for now.
541         
542    - 1.20alpha10 :
543   
544        - Added fix for incorrect job's size computation when
545          hardware accounting fails.
546         
547    - 1.20alpha9 :
548   
549        - Small fixes wrt subprocesses.
550       
551    - 1.20alpha8 :
552   
553        - Added full support of PCL3 : HP Deskjet printers are now
554          supported.
555       
556    - 1.20alpha7 :
557   
558        - First draft of PCL3GUI (Deskjet 640C for example) analyzer.
559          Needs more work, but no documentation is available.
560       
561    - 1.20alpha6 :
562     
563        - Improved mailandpopup.sh script.
564       
565        - Small fixes for LPRng.
566       
567        - Now exports PYKOTAPRINTERHOSTNAME for network printers'
568          hostname or IP address. Set to 'localhost' when not
569          meaningful.
570         
571        - Fixed issue with how mod_auth_ldap Apache modules
572          fills the REMOTE_USER environment variable.
573         
574        - Fixed a bug in LDAP user deletion code.
575       
576    - 1.20alpha5 :
577     
578        - Introduces the new configuration directive 'onaccountererror'
579          to specify what must be done whenever the software or
580          hardware accounter fails. Allowed values are 'continue' and
581          'stop' (default).
582         
583        - Minor fix in software accounter for a recently introduced
584          problem.
585         
586    - 1.20alpha4 :
587   
588        - Added support for more ghostscript devices in ESC/P2
589          analyzer : stcolor, st800, escp, escpc are now supported.
590         
591    - 1.20alpha3 :
592       
593        - Small improvement in PostScript parser to avoid being
594          fooled by a change in number of copies :
595          The user can't ask for 200 copies of page 1 and 1 copy
596          of page 2 to fool PyKota anymore :
597          this would have been accounted for as 1 copy only, but
598          now the maximum value seen is used.
599         
600        - Relax checks for PCL5 header to accomodate some strange
601          printer drivers.
602         
603        - Now hardware accounting method works like software
604          accounting method wrt the subprocess' output.
605         
606        - Hardware and Software accounting stop the print queue 
607          when the accounting subprocess didn't work. This will
608          be configurable in the near future.
609         
610    - 1.20alpha2 :
611   
612        - Now software accounting method reads accounter's
613          answer until a line with a single integer is
614          obtained or until all of its output has been read.
615          This should fix the problem some people have
616          when strange locale related messages are sent
617          when running subprocesses (Solaris only ?).
618         
619        - First version of ESC/P2 analyzer. Seems to work
620          ok at least with 'epson', 'epsonc', 'eps9mid'
621          and 'esp9high' ghostscript devices. Needs more
622          work to correctly analyze other devices.
623       
624    - 1.20alpha1 :
625   
626        - Fixed problem with number of copies in PCLXL parser.
627       
628        - Fixed problem with number of copies in PCL5 parser,
629          when number of copies was set outside of and before first
630          page.
631       
632        - Added workaround for number of copies directly set in
633          PostScript code.
634         
635        - Added german translation.
636       
637        - Fixed problem on first print for user group quota when
638          "enforcement: strict" is used.
639       
640        - Fixed interpolation problem in french translation.
641       
642    - 1.19 :
643   
644        - Updated existing translations.   
645       
646        - Added final Thai and Greek translations.
647       
648        - Minor last minute bug fixes.
649       
650    - 1.19beta :
651   
652        - LPRng support for both software and hardware accounting seems
653          to be OK.
654         
655        - Translation files fixed because of fuzzy matching problem. 
656       
657        - Fixed path to Swedish translation: 'sv' instead of 'se'.
658       
659        - Added first draft of Thai translation.
660       
661        - Fixed some minor bugs with Pychecker.
662       
663    - 1.19alpha35 :
664   
665        - Generic PDL analyzer now supports Binary PostScript documents
666          in addition to DSC compliant ones.
667       
668    - 1.19alpha34 :
669   
670        - LPRng support : software accounting seems to work fine,
671          but hardware accounting doesn't work yet.
672   
673    - 1.19alpha33 :
674   
675        - pykosd now accepts command line arguments. Enjoy !
676          NB : due to a bug in xosd, you need xosd version 2.2.8
677          or higher if you don't use the default C locale.
678         
679    - 1.19alpha32 :
680   
681        - Early (not working) version of the LPRng support rewrite.
682       
683        - Saner default configuration file.
684       
685    - 1.19alpha31 :
686   
687        - Fixed a double Python2.1 incompatibility with newer versions,
688          which prevented the PCL5 and the PCLXL parsers to work with
689          this older version of Python.
690         
691    - 1.19alpha30 :
692   
693        - Introduction of preliminary version of the pykosd command
694       
695        - Usernames, Groupnames and Printernames can now contain
696          ANY character, expected '/' and '@'.
697       
698        - Integrated most of the Debian work from Sergio
699          Gonz�z Gonz�z
700         
701    - 1.19alpha29 :
702   
703        - PCLXL parser should now correctly handle number of
704          copies set for each page.
705         
706        - Added testsuite for generic PDL analyzer.
707       
708        - Typo fixed in PCLXL parser.
709       
710        - Correctly dispatches error messages depending on the
711          situation : tools which can be run interactively will
712          ALWAYS output their logs to stderr, excepted for
713          their DEBUG messages, for which the "logger:"
714          directive as set in pykota.conf will be honored.
715          Tools which can't be run interactively will ALWAYS
716          honor the "logger:" directive as set in pykota.conf
717         
718    - 1.19alpha28 :
719   
720        - The description field for printers can now be set,
721          and is displayed in reports.
722         
723        - Fixed a small problem in SQL backend code.
724         
725        - Improved pkhint
726       
727        - First working PCL6 (aka PCLXL) parser !
728          Doesn't handle copies yet.
729       
730    - 1.19alpha27 :
731   
732        - Additionnal 10% speed increase in PCL5 parser for GhostScript
733          generated files (untested yet with other PCL files).
734         
735        - Reintroduced the use of mmap in PCL5 parser : this speedups
736          PCL5 parsing by almost 4 times.
737          This 4x with the 3x below give us in fact a twelvefold increase
738          in performance for PCL5 parsing !
739         
740        - The Python accelerator Psyco is now used if available
741          in the generic PDL parser : it speedups PCL5 parsing by
742          almost three times automagically.
743         
744    - 1.19alpha26 :
745   
746        - Fixed PCL5 parser according to the sources of rastertohp.
747       
748        - Fixed number of copies handling in PCL5 parser : the number
749          of copies could vary from page to page.
750         
751        - Added more debug information to PCLXL parser. 
752       
753    - 1.19alpha25 :
754   
755        - Added new "description" field to printers in both
756          PostgreSQL and LDAP. No code to handle this yet.
757         
758        - Reversed the fix for power save mode in printers : 
759          no paper or tray open would have caused people to
760          be undercharged.
761         
762        - Preliminary version of MySQL initialization script.
763         
764    - 1.19alpha24 :
765   
766        - Native PDF parsing code now works perfectly with
767          Python 2.1 and above, and is way faster than before.
768          GhostScript is not used anymore to convert PDF to PS,
769          because PDF is parsed directly.
770         
771    - 1.19alpha23 :
772   
773        - Fixed waitprinter.sh wrt PowerSave mode and some
774          printers. Thanks to Ryan Suarez.
775       
776        - Smart PDL analyzer now recognizes PDF too : two
777          PDF parsing methods are used : a native one which
778          is very fast but requires Python 2.3 or above, and
779          a slower one which uses Ghostscript. PyKota detects
780          automatically which method to use depending on your
781          version of Python.
782       
783        - All tracebacks now include PyKota's version number.
784         
785    - 1.19alpha22 :
786   
787        - Ensures that the file pointer for job's data is
788          reset to the start of the job's datas after the
789          job's size pre-computation phase.
790         
791        - Improved PostScript detection code for bad drivers
792          which don't correctly switch languages between PJL
793          and PS.
794       
795        - Even better debugging code.
796       
797    - 1.19alpha21 :
798   
799        - Additionnal check.
800       
801    - 1.19alpha20 :
802   
803        - More complete logging messages wrt accounters.
804       
805        - Now catches early failures occuring when the configuration
806          files are parsed.
807       
808    - 1.19alpha19 :
809   
810        - Fixed over-verbose exits when displaying help
811          or version.
812         
813        - Extended some PATH in the shell scripts 
814       
815        - Deleting an user now also deletes his payments history.
816       
817        - Doesn't explicitely ignore SIGCHLD anymore. This seems to
818          cause problems.
819
820    - 1.19alpha18 :
821   
822        - History of payments is now stored in the database, and
823          updated each time an user's balance is modified with
824          edpykota --balance. This history represents each time
825          the user was given some positive or negative credit,
826          but doesn't reflect price paid for jobs, which appear
827          in the jobs history instead.
828         
829        - Jobs history web reports now include the job's size in
830          bytes. Also columns were reordered to render the report
831          more easily readable.
832         
833    - 1.19alpha17 :
834   
835        - Mysterious bug (program exited unexpectedly without leaving
836          any log message) which occured once in a while when
837          cancelling jobs should be fixed now.
838         
839        - New 'crashrecipient' directive. Disabled by 
840          default. See sample configuration file to see how
841          to activate it. It is suggested that you activate it.
842         
843        - New PYKOTAJOBSIZEBYTES environment variable exported, 
844          which contains the job's size in bytes. Empty jobs
845          are now denied. This value is now stored in the job
846          history (but not yet displayed from the web interface)
847         
848        - Preliminary work on payments storage : the PostgreSQL 
849          and LDAP schemas should be OK now, but no code is written
850          yet to support this functionnality.
851         
852    - 1.19alpha16 :
853   
854        - the newuser and newgroup LDAP specific directives now accept
855          a second parameter to attach(), "fail" or "warn". If no entry
856          is found to attach PyKota attributes to, and "fail" was used,
857          then action is aborted and program exits in error. If "warn"
858          is used, a new entry is created but a warning message is logged.
859         
860        - The job's originating hostname is now stored in the database,
861          and exported as PYKOTAJOBORIGINATINGHOSTNAME in the environment.
862       
863    - 1.19alpha15 :
864   
865        - The old pykota filter is now removed. This means that
866          currently PyKota doesn't support LPRng anymore, but
867          LPRng support will be re-added, improved, in the near future.
868         
869    - 1.19alpha14 :
870   
871        - PYKOTAPRECOMPUTEDJOBSIZE and PYKOTAPRECOMPUTEDJOBPRICE
872          are now exported as environment variables.
873         
874        - Heavy CPU usage is now completely fixed it seems, by
875          introducing some 0.01 second sleeping when nothing to do.
876         
877        - Pre-computation of the job's size is now only
878          done when enforcement is "STRICT", this saves
879          CPU for people who don't want to use this new
880          feature.
881         
882        - New 'enforcement' directive which accepts either
883          STRICT or LAXIST. See sample configuration file
884          for details.
885         
886    - 1.19alpha13 :
887   
888        - Get back to an old version of the polling loop which
889          worked fine, but non-optimally. Will be optimized
890          as time permits.
891         
892    - 1.19alpha12 :
893   
894        - Job's size is now precomputed unconditionnally using
895          the generic PDL analyzer.
896          NB : This value is not yet used to pre-allow/deny the
897          job.
898       
899    - 1.19alpha11 :
900   
901        - The pykota filter is now completely deprecated and
902          can't be used anymore. LPRng users MUST download
903          an older version of PyKota. CUPS users MUST use
904          cupspykota. Better support for LPRng will come
905          in the near future.
906         
907    - 1.19alpha10 :
908   
909        - pykotme now uses generic PDL Analyzer directly instead
910          of spawning a new process.
911         
912        - Improvements to generic PDL Analyzer.
913       
914        - 25% Speedup in PCL parser. Getting more of the Python version
915          will probably be difficult, since the completely table driven
916          parser I wrote is slower than the original algorithm. Then,
917          the original algorithm is still used for now.
918          Probable that more speed could be achieved using mmap, at the
919          expense of severe memory consumption.
920       
921        - configuration simplifications : the "accounter" directive's
922          'hardware' arguments now accepts what was in the "requester"
923          directive as it's content. The "requester" directive is not
924          supported anymore. See sample configuration file for details.
925       
926    - 1.19alpha9 :
927       
928        - pkpgcounter is now just a wrapper around the PDLAnalyzer class
929       
930        - pykotaOptions LDAP attribute now accepts non-ascii characters
931          too.
932         
933        - First try at cupspykota main loop rewrite
934       
935    - 1.19alpha8 :
936   
937        - 'querying' accounting method is now called 'hardware'
938       
939        - 'external' accounting method is now called 'software'
940       
941        - 'stupid' accounting method doesn't exist anymore
942       
943        - 'snmp' requester doesn't exist anymore
944       
945        - code simplifications in external requester
946       
947    - 1.19alpha7 :
948     
949        - Database schema change (both LDAP and PostgreSQL) to
950          allow storage of the job-originating-hostname attribute.
951          An SQL upgrade script is present. The code is not yet
952          capable of setting/retrieving this attribute. Support
953          for this functionnality will be added in the future.
954         
955    - 1.19alpha6 :
956   
957        - problems connecting to SMTP servers are now catched.
958       
959        - pykotme now uses pkpgcounter to compute the size of the
960          job. This modification adds PCL5 and soon PCLXL (PCL6)
961          support. You can now get quotes for PCL in addition to
962          PostScript.
963         
964        - pkpgcounter now includes first try at PCLXL parser. 
965          It is currently disabled until it's finished.
966         
967    - 1.19alpha5 :
968   
969        - cupspykota polling loop fix for MacOSX (at least)
970       
971        - logging subsystem now logs PID too, to ease diagnosing
972          problems under heavy load.
973         
974        - pkpgcounter enhancements.
975       
976        - pkprinters --skipexisting now tells pkprinters to not
977          modify existing printers when --add is used.
978          pkprinters logs a warning message whenever --add is
979          used and a printer already exists.
980         
981        - LDAP schema now allows accented chars in pykotaFileName
982          and pykotaTitle attributes.
983       
984    - 1.19alpha4 :
985   
986        - a bad copy&paste prevented pkpgcounter to work at all, this
987          is now fixed.
988         
989        - improved PCL support in pkpgcounter, with the use of
990          HP PCL/PJL Reference Set
991          PCL5 Printer Language Technical Quick Reference Guide
992       
993        - pkpgcounter now uses mmap to speed things up : duration
994          is halved with the sample 87 pages PCL document I use for
995          testing.
996         
997    - 1.19alpha3 :
998   
999        - pkprinters now accepts the --list command line argument
1000          to list informations about printers.
1001         
1002    - 1.19alpha2 :
1003   
1004        - pkpgcounter is now included as a smart external
1005          accounter which can handle both PostScript and PCL.
1006         
1007    - 1.19alpha1 :
1008   
1009        - PYKOTALIMITBY environment variable is now exported too.
1010       
1011        - Inclusion of Michele Baldessari's work on autotools.
1012       
1013    - 1.18 :
1014   
1015        - Improved documentation
1016       
1017    - 1.18beta2 :
1018     
1019        - Fix for raw jobs with cupspykota
1020       
1021    - 1.18beta :
1022   
1023        - Small fix for new waitprinter.sh script
1024       
1025        - Better tracebacks on error conditions
1026       
1027        - Improved translations
1028       
1029        - Improved documentation
1030       
1031    - 1.18alpha15 :
1032
1033        - waitprinter.sh replaced by a new and possibly faster
1034          and more powerful one.
1035   
1036        - Names can now begin with a digit.
1037       
1038        - Stability improvement for quotas set on printers groups.
1039       
1040    - 1.18alpha14 :
1041   
1042        - Catches more (all ?) problems with SMTP servers instead
1043          of breaking.
1044         
1045        - Italian translation added.
1046       
1047    - 1.18alpha13 :
1048   
1049        - Pre and Post hooks are now available in the pykota
1050          filter as well.
1051         
1052        - The pykota filter doesn't check last user's quota
1053          anymore when delayed hardware accounting is used :
1054          this will be done anyway the next time the last
1055          user will print again. This saves some database
1056          queries which are unneeded.
1057       
1058    - 1.18alpha12 :
1059   
1060        - Pre and Post hooks to external commands with many
1061          many environment variables available are useable
1062          from the cupspykota backend.
1063          See sample configuration file for details and help.
1064         
1065    - 1.18alpha11 :
1066   
1067        - Hopefully final fix wrt groups (users and printers)
1068       
1069    - 1.18alpha10 :
1070   
1071        - Fixed nested printer groups accounting.
1072       
1073        - Fixed user groups + printer groups problem.
1074       
1075    - 1.18alpha9 :
1076   
1077        - Fix for LDAP problem when job price was 0.
1078       
1079        - Fix for empty user groups with LDAP.
1080       
1081        - Preliminary version of the snmpprinterstatus command added.
1082       
1083    - 1.18alpha8 :
1084   
1085        - Don't retrieve data when not needed.
1086          This avoids many database queries.
1087       
1088    - 1.18alpha7 :
1089   
1090        - New experimental ldapcache directive to improve
1091          LDAP caching.
1092         
1093    - 1.18alpha6 :
1094       
1095        - New configuration directive added : maildomain
1096          to specify the domain to send mail to when user
1097          email address is not set in PyKota database.
1098         
1099        - More complete email message headers. 
1100         
1101    - 1.18alpha5 :
1102   
1103        - Debian packaging specific files, contributed by
1104          Peter Hawkins are now included in the project's tree.
1105         
1106        - Preliminary work on future low-level LDAP caching to speed
1107          up modifications (at least).
1108         
1109    - 1.18alpha4 :
1110   
1111        - Applied some of the modifications suggested by
1112          Peter Hawkins, for better Debian integration.
1113          Most notably cupspykota, pykota, and the shell
1114          scripts are now installed into /usr/share/pykota
1115          instead of into /usr/bin
1116          BEWARE : double check that your symbolic link
1117          to cupspykota is correct, and that your pykota.conf
1118          file use correct path for the shell scripts like
1119          waitprinter.sh and al.
1120         
1121        - pkhint command added, to help in configuring correct
1122          accounting method for PyKota.
1123         
1124    - 1.18alpha3 :
1125   
1126        - Fixed a rare bug in cupspykota backend which gave
1127          incorrect "CUPS backend died abnormally" messages.
1128       
1129    - 1.18alpha2 :
1130   
1131        - Added the pkprinters command line tool to manage printers
1132          exclusively.
1133       
1134    - 1.18alpha1 :
1135   
1136        - Preliminary work on Relationnal Database Independance.
1137       
1138        - Sample report made from OpenOffice.org added as PDF and SXC.
1139       
1140    - 1.17 :
1141   
1142        - Finalized release.
1143       
1144    - 1.17alpha2 :
1145   
1146        - Fix stupid software accounting bug in the CUPS backend.
1147       
1148    - 1.17alpha1 :
1149   
1150        - User/Group deletion code in edpykota rewritten.
1151       
1152    - 1.16 :
1153   
1154        - Preliminary documentation on how to use OpenOffice.org
1155          to create personnalized reports for PyKota + PostgreSQL.
1156         
1157        - Spanish installation guide for CUPS+PyKota+PostgreSQL
1158          added to the documentation. Doesn't yet document v1.16
1159          though.
1160       
1161        - Portuguese Portuguese translation replaces Brazilian
1162          Portuguese Translation. Brazilian portuguese
1163          translation is still available under the 'br' locale.
1164       
1165    - 1.16beta3 :
1166   
1167        - Swedish translation added.
1168       
1169        - Small fix in documentation.
1170       
1171    - 1.16beta2 :
1172   
1173        - Small fix for job cancelling code while job already
1174          printing in CUPS backend.
1175         
1176        - Big fix wrt printing policies for unknown users. 
1177       
1178    - 1.16beta1 :
1179   
1180        - Manpages upgraded.
1181       
1182    - 1.16alpha26 :
1183   
1184        - Job price is now computed like this :
1185       
1186          SUM((NbPages * PricePerPage) + PricePerJob)
1187         
1188          For current printer and all the printers groups it is
1189          a member of, if any.
1190         
1191          This may be difficult to grasp, but offers unprecedented
1192          flexibility.
1193         
1194    - 1.16alpha25 :
1195   
1196        - Email address can be set at user creation time,
1197          using the following syntax :
1198         
1199            $ edpykota --add username/email@yourdomain.com
1200       
1201    - 1.16alpha24 :
1202   
1203        - CGI script now can show the printing history.
1204       
1205        - Bug wrt number of copies should be fixed.
1206       
1207        - Major code refactoring => It is now possible to
1208          automatically add printers on first print.
1209       
1210    - 1.16alpha23 :
1211   
1212        - Fixed potential accuracy problem if a user printed on
1213          several printers at the very same time.
1214       
1215    - 1.16alpha22 :
1216   
1217        - edpykota now allows adding printers to printer groups
1218       
1219    - 1.16alpha21 :
1220   
1221        - Allows the dot in user and printer names.
1222       
1223        - Printer groups are now cached too.
1224       
1225    - 1.16alpha20 :
1226   
1227        - Fixed several small bugs with the help of PyChecker.
1228       
1229    - 1.16alpha19 :
1230     
1231        - Fixed a bug in PostgreSQL backend's code.
1232       
1233    - 1.16alpha18 :
1234   
1235        - Initial code for printer groups support. Printer groups have
1236          to be added with external tools like psql or gq for example.
1237          Printer groups seems to work fine with users. Untested with user
1238          groups for now.
1239
1240        - Several minor visual problems fixed in reports.
1241       
1242        - Fixed a bug in LDAP date handling.
1243       
1244        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
1245          + some particular settings.
1246         
1247        - mailandpopup.sh shell script added. See sample configuration file
1248          for details.
1249       
1250        - Several environment variables are now exported when executing
1251          external commands (accounters, requesters, mailers) :
1252           
1253            PYKOTAUSERNAME => user who is printing
1254            PYKOTAPRINTERNAME => printer on which the job is being sent
1255            PYKOTATITLE => Job's title
1256            PYKOTAFILENAME => Job's filename
1257            PYKOTACOPIES => number of copies asked
1258            PYKOTAOPTIONS => print command options (-o with CUPS)
1259         
1260    - 1.16alpha17 :
1261   
1262        - Added portugues translation.
1263       
1264        - Major code refactoring in accounters.
1265       
1266    - 1.16alpha16 :
1267   
1268        - Code refactoring, and addition of a real HTML reporter, to
1269          have nice looking and useful web based reports (in the future).
1270       
1271        - Added utolower configuration option to convert all usernames
1272          to lowercase during printing.
1273         
1274    - 1.15alpha15 :
1275   
1276        - Now includes the papwaitprinter.sh shell script to wait for
1277          AppleTalk enabled printers.
1278         
1279    - 1.16alpha14 :
1280   
1281        - Now printing on a printer not defined in the Quota Storage,
1282          results in the job being cancelled or stopped, depending
1283          on the printing system.
1284         
1285    - 1.16alpha13 :
1286   
1287        - Small bugfix wrt Python v2.1
1288       
1289        - If username is an empty string, user root is assumed.
1290       
1291        - 'postgresql' is not recognized anymore as a storage backend,
1292          you have to use 'pgstorage' instead. 'postgresql' used to
1293          be supported for compatibility with very old PyKota versions,
1294          this is not the case anymore.
1295         
1296    - 1.16alpha12 :
1297   
1298        - Job price added to job history, to keep accounting correct
1299          if a printer price per page or per job is modified and the
1300          history is not reset : the history would have given a false
1301          amount of money charged before the printer's prices were
1302          modified, this addition solves the problem.
1303         
1304    - 1.16alpha11 :
1305   
1306        - Some preliminary modifications to the database structure for
1307          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
1308          database is now provided. LDAP attributes now support
1309          eq, pres and sub indexes.
1310         
1311        - Job history now contains additional informations : 
1312          number of copies, filename, title and print options.
1313         
1314    - 1.16alpha10 :
1315       
1316        - Some modifications done to external policy handling.
1317          See sample configuration file for details.
1318   
1319        - Spanish translation added.
1320       
1321    - 1.16alpha9 :
1322   
1323        - mailto can be set to external(...) to warn users above
1324          quota with any command of your choice (e.g. linpopup).
1325          Several parameters are available, see sample configuration
1326          file for details.
1327         
1328    - 1.16alpha8 :
1329   
1330        - Now cupspykota transmits SIGTERMS to the original 
1331          backend when the user deletes a job being processed.
1332         
1333        - The documentation is now licensed under the terms of the
1334          GNU GPL too.
1335         
1336    - 1.16alpha7 :
1337   
1338        - The CUPS backend is now fully functionnal (it seems).
1339       
1340        - From now on, the use of the pykota filter with CUPS
1341          is deprecated. The pykota filter still has to be
1342          used with LPRng though.
1343       
1344    - 1.16alpha6 :
1345   
1346        - Bug fixed : when edpykota was used to add a printer
1347          with no user or group name, a bad user/group name "*" was
1348          added to the database.
1349         
1350    - 1.16alpha5 :
1351   
1352        - New CUPS backend supports device enumeration !
1353          This means that NO manual CUPS configuration has to
1354          be done. All can now be done from CUPS web interface.
1355       
1356    - 1.16alpha4 :
1357   
1358        - New CUPS backend added.
1359       
1360    - 1.16alpha3 :
1361       
1362        - Minimal FAQ document added.
1363       
1364    - 1.16alpha2 :
1365   
1366        - CGI script now partially supports browser's language preference
1367       
1368    - 1.16alpha1 :
1369   
1370        - Ensures that the LDAP connection is really closed at end.
1371       
1372        - More complete error messages in case of LDAP operation failure.
1373       
1374    - 1.15 :
1375     
1376        - Documentation improved.
1377       
1378    - 1.15beta :
1379   
1380        - Command line tools now accept multiple printer
1381          names or wildcards, separated with commas.
1382         
1383    - 1.15alpha9 :
1384   
1385        - External policy can be used to auto-add unknown users
1386          and any other interesting things you may want to do.
1387          WARNING : You can't auto-add printers for now.
1388          They have to be created manually before.
1389          Look at sample configuration file for examples.
1390         
1391    - 1.15alpha8 :
1392   
1393        - Job history can be disabled if needed.
1394          This feature may be useful for people who use the LDAP
1395          backend and don't want their LDAP tree to grow out of
1396          control.
1397       
1398    - 1.15alpha7 :
1399   
1400        - More work done on caching wrt groups.
1401       
1402    - 1.15alpha6 :
1403   
1404        - Performance bottleneck with LDAP solved.
1405       
1406    - 1.15alpha5 :
1407   
1408        - Caching mechanism for all database queries.
1409
1410    - 1.15alpha4 :
1411   
1412        - Problem with Python 2.3 fixed. Needs some definitive
1413          modification.
1414         
1415    - 1.15alpha3 :
1416   
1417        - CGI script now tries to restrict view when the
1418          REMOTE_USER environment variable is set. This allows
1419          people to protect its use with .htaccess files.
1420          When unprotected, or if REMOTE_USER is 'root', then
1421          unrestricted access is granted.
1422          NB : REMOTE_USER is automatically set by the web server
1423          (e.g. Apache) when a page with restricted access is viewed.
1424         
1425    - 1.15alpha2 :
1426   
1427        - Better detection of LPRng.
1428       
1429        - Outputs a warning if printing system is unknown.
1430       
1431    - 1.15alpha1 :
1432   
1433        - Bug fix in SQL code.
1434       
1435    - 1.14 :
1436   
1437        - The PostgreSQL database connection is now always closed before
1438          exit. The LDAP database connection too, but it didn't suffer
1439          from the problem anyway, AFAICT.
1440       
1441    - 1.14beta2 :
1442   
1443        - An LDAP-specific configuration field was introduced, usermail.
1444          Use it to specify which LDAP attribute contains a valid email
1445          address for the user. See sample configuration file for
1446          details.
1447       
1448    - 1.14beta :
1449   
1450        - Two new LDAP-specific configuration fields were introduced,
1451          newuser and newgroup. Use them to specify if you want to add
1452          quota information to existing entries or elsewhere.
1453          See sample configuration file for details.
1454         
1455    - 1.14alpha9 :
1456   
1457        - Documentation improved.
1458       
1459        - pykotme now also prints the user's account balance value
1460          if the user is registered in the Quota Storage and his
1461          limiting factor is "balance".
1462         
1463    - 1.14alpha8 :
1464   
1465        - bin/waitprinter.sh is now included to wait for
1466          SNMP enabled printers to be idle again before
1467          asking for their internal page counter.
1468          See sample configuration file for details.
1469         
1470    - 1.14alpha7 :
1471   
1472        - edpykota now doesn't check if the user/group is above
1473          quota. The check is only done at print time. This
1474          prevents the sending of email messages when creating
1475          user quotas if quota is already reached at creation
1476          time.
1477         
1478    - 1.14alpha6 :
1479   
1480        - Configuration file split and moved to /etc/pykota/pykota.conf
1481          and /etc/pykota/pykotadmin.conf to prevent simple users to
1482          have Read/Write access to the Quota Database.
1483          Don't forget to :
1484         
1485                $ chmod 640 /etc/pykota/pykotadmin.conf
1486               
1487        - storageuser and storageuserpw configuration fields reintroduced
1488          for the same reason.
1489         
1490        - Code cleaning for future implementation of email addresses
1491          support in the PostgreSQL and LDAP backends.
1492         
1493    - 1.14alpha5 :
1494       
1495        - Big bug fixed when changing the prices for a printer
1496       
1497    - 1.14alpha4 :
1498   
1499        - When adding an user, the user itself and its account balance
1500          are now added in the same LDAP entry. Before they were added
1501          as two different LDAP entries.
1502         
1503    - 1.14alpha3 :
1504   
1505        - Email field added to PostgreSQL database. An upgrade script
1506          is included in initscripts/postgresql.
1507       
1508    - 1.14alpha2 :
1509   
1510        - Typo fixed when using the --prototype option to edpykota
1511       
1512    - 1.14alpha1 :
1513   
1514        - Poor man's treshold included : users with a low account
1515          balance (below 1.0 by default, configurable) are sent
1516          a warning message.
1517         
1518        - All warning messages to users are now configurable. 
1519          NB : Warning messages to the administrator are not.
1520       
1521    - 1.13 :
1522   
1523        - Some small fixes wrt group handling.
1524       
1525        - The whole module code was passed through PyChecker and
1526          several small code inconsistencies were fixed,
1527          as well as a bug in the groups code.
1528         
1529    - 1.13alpha1 :
1530   
1531        - Bug fix wrt LDAP.
1532       
1533    - 1.12 :
1534   
1535        - More complete test added in edpykota.
1536       
1537    - 1.12alpha2 :
1538   
1539        - The previous bug fix was incomplete. This is corrected.
1540       
1541    - 1.12alpha1 :
1542   
1543        - Small bug fix.
1544       
1545    - 1.11 :
1546   
1547        - Now includes the pykotme command line tool, to produce
1548          printing quotes for users.
1549         
1550    - 1.10 :
1551   
1552        - Bug fixed wrt quota reports when print limiting is by
1553          account balance.
1554         
1555    - 1.09 :
1556   
1557        - Translations finalized.
1558       
1559        - Manpages updated.
1560       
1561        - Installation documentation improved wrt LDAP support.
1562       
1563    - 1.09beta2 :
1564   
1565        - The CGI script for quota reports works again, and
1566          is much more powerful.
1567       
1568    - 1.09beta :
1569   
1570        - edpykota finalized
1571       
1572    - 1.09alpha2 :
1573   
1574        - LDAP schema modified a bit. Please upgrade.
1575       
1576        - LDAP backend works !
1577       
1578        - repykota and warnpykota allow the root user to pass
1579          users or groups names on the command line. Users
1580          and groups names may contain wildcards.
1581         
1582        - repykota and warnpykota only reports or warns the
1583          current user when launched by non-root users.
1584         
1585        - Minor bug fixes. 
1586   
1587    - 1.09alpha1 :
1588   
1589        - More work on LDAP storage backend. Many options
1590          were added to /etc/pykota.conf to give some
1591          hints to the LDAP storage backend.
1592         
1593        - Severe database access optimizations were done by
1594          rewriting most of the Quota Storage backends drivers.
1595     
1596    - 1.08 :
1597   
1598        - Major bug fix wrt LPRng support for remote jobs.
1599       
1600        - Major bug fix wrt increase/decrease account balances.
1601       
1602    - 1.08alpha8 :
1603   
1604        - Code refactoring.
1605       
1606        - A single user/password pair is used to connect
1607          to the database backend. The storageuser configuration
1608          field, and its associated passwords storageuserpw, are
1609          not used anymore.
1610         
1611        - You can now set PyKota in debug mode, see sample configuration 
1612          file for details.
1613          WARNING : only Quota Storage backend queries are logged in
1614          debug mode, for now.
1615       
1616    - 1.08alpha7 :
1617   
1618        - Very latest LDAP schema.
1619       
1620        - Code enhancement wrt easy pluggability of PyKota attributes
1621          and object classes into an existing LDAP directory.
1622       
1623    - 1.08alpha6 :
1624   
1625        - Minor bug corrections
1626       
1627        - More work on LDAP : new schema
1628       
1629    - 1.08alpha5 :
1630   
1631        - More good work on LDAP storage.
1632          repykota now works reasonably well with the sample LDAP directory.
1633       
1634    - 1.08alpha4 :
1635   
1636        - LDAP schema included.
1637          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
1638          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
1639          MAY CHANGE IN THE FUTURE. PLEASE TELL US
1640          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
1641          MAILING LIST.
1642         
1643    - 1.08alpha3 :
1644   
1645        - External accounting methods were partly rewritten :
1646         
1647          - No more "broken pipe" should happen.
1648         
1649          - They now take care of the number of copies
1650            This may be unneeded though, if the postscript
1651            file already does this, because this would
1652            overcharge users (number of copies counted
1653            two times). NEEDS MORE TESTING.
1654           
1655          - The sample configuration file now contains 
1656            an external accounting method example which should
1657            work with all DSC compliant Postscript files.
1658           
1659        - Some small bugs were fixed.   
1660       
1661    - 1.08alpha2 :
1662   
1663        - Now works with net-snmp v5.0 and above.
1664          It already worked, but the sample configuration
1665          file didn't contain appropriate values...
1666       
1667    - 1.07 : Release of the Shame !
1668   
1669        - The external accounting methods driver was left out of
1670          the CVS tree. Nobody could use it since it wasn't included !
1671         
1672    - 1.06 :
1673   
1674        - Severe bug fixed : if you had a printer in
1675          power saving state which couldn't answer immediately,
1676          a bug was triggered.
1677          It was caused by a bad copy/paste which
1678          forgot to import a Python module at run time.
1679         
1680    - 1.05 :
1681   
1682        - External accounters are finally available !
1683          This means that you can plug any page accounting
1684          method you like by setting the appropriate
1685          'accounter' field in /etc/pykota.conf
1686          See the sample conf/pykota.conf.sample to
1687          learn how to do.
1688         
1689          NB : Both 'external' and 'stupid' accounting methods
1690               account a job size just before *this* job is
1691               sent to the printer.
1692               The original 'querying' method accounts a job
1693               size just before *the next* job is sent to
1694               the printer.
1695       
1696    - 1.05alpha3 :
1697   
1698        - A 'stupid' and unreliable accounting method was
1699          implemented to serve as an example on how to
1700          do this sort of things. This method only counts
1701          the 'showpage' statements in the input data.
1702          See sample configuration file for details.
1703          Pluggable accounting methods work, but I advise
1704          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
1705          It is not reliable enough to be used.
1706          Use the 'querying' accounting method instead.
1707         
1708    - 1.05alpha2 :
1709   
1710        - Pluggable accounting methods.
1711       
1712        - Better error handling.
1713       
1714    - 1.05alpha1 :
1715   
1716        - SECURITY file added to help improve PyKota's security.
1717       
1718        - Extracting the printer's internal page counter is now
1719          tried several times, waiting several seconds between
1720          two tries. This lets the time to warm up for some printers
1721          which don't answer when they are sleeping (my Apple
1722          LaserWriter 16/600 PS is in this case, maybe others too)
1723         
1724        - Small display bug fixed in repykota
1725         
1726    - 1.04 :
1727   
1728        - Default print policy for users/groups unknown from
1729          the print quota system is now DENY instead of ALLOW,
1730          since ALLOW can generate inaccurate results
1731          (incorrect job sizes charged to the wrong persons)
1732         
1733        - LPRng support works !
1734       
1735        - A bug was introduced some time ago wrt printers' default
1736          policy for unknown users. It is now corrected.
1737       
1738        - repykota now displays prices per job and per page for each
1739          printer, if they are defined.
1740         
1741        - Minor display bug fixed in repykota.
1742       
1743        - Problem when running repykota with an empty database was fixed.
1744       
1745    - 1.03 :
1746   
1747        - Upgrade script included for earlier versions.
1748          Please look inside the initscripts subdirectory.
1749          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
1750         
1751        - repykota now reports account balances too.
1752       
1753        - PyKota now has a nice logo, see the logos
1754          subdirectory.
1755       
1756        - Manual pages were finally updated.
1757       
1758        - Group quotas seem to work now !
1759       
1760        - The new database schema allows to keep an history of all
1761          jobs as well as charge users per page and/or per job,
1762          and track users' account balance.
1763         
1764        - edpykota now accepts much more command line options to 
1765          use the new functionnalities. See edpykota --help for
1766          details.
1767         
1768        - The installation script now allows to install the sample
1769          configuration file during first installation.
1770         
1771        - More group quota code works, but still not finished. 
1772       
1773        - The CGI script displays a link to PyKota's website.
1774       
1775        - The job history is now kept, this will allow per-period
1776          reports in the future.
1777         
1778        - After having modified the quota for an user with edpykota,
1779          a quota check is done to eventually warn the user/admin about
1780          a quota which is too low to print.
1781         
1782        - A workaround is provided for HP Printers : their internal
1783          page counter is only saved to NVRAM in a 10 increment, so
1784          if you switch them off and then on, the reported page counter
1785          may be lower than the real number of pages printed.
1786          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
1787          We unconditionnally set the last job's page count to
1788          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
1789          in this case.
1790          For a more accurate accounting, never switch your HP printers
1791          off.
1792         
1793        - A fix is provided for printers which only have a volatile 
1794          page counter (reset to 0 every time you switch the printer on)
1795          This should allow PyKota to work reasonably fine with HP Laserjet
1796          4L/5L/6L, not perfect, but better than nothing.
1797          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
1798          For a more accurate accounting, never switch your HP printers
1799          off. This is untested, please report any problem.
1800         
1801        - A bug was fixed when edpykota --add was used with users who already
1802          had a quota on the specified printer.
1803         
1804        - A small display bug in repykota was introduced in preliminary
1805          1.03 versions, and fixed later on.
1806         
1807        - Some minor bugs which happened in rare situations were fixed.
1808       
1809        - Support for AppleTalk printers was added, see sample configuration
1810          file for details.
1811         
1812        - Users and group printing can now be controlled (limited) either by 
1813          print quota or by account balance.
1814       
1815    - 1.02 :
1816   
1817        - The installation script now checks for software availability
1818          and in case a software is missing asks the user if he
1819          wants to continue with the installation or abort it.
1820         
1821        - The configuration file pykota.conf is now expected to be
1822          found in /etc instead of in /etc/cups
1823          The installation script prompts the user to see if he
1824          wants to move an old configuration file to the new location
1825          if needed.
1826         
1827        - Improved documentation.
1828       
1829        - You can now set the tcp/ip port on which the Quota Storage
1830          Server is listening, see sample configuration file for details.
1831       
1832        - Better general error handling.
1833       
1834        - Upgrade script for pre 1.01 PostgreSQL database schema is now
1835          included as well.
1836       
1837    - 1.01 :
1838   
1839        - The configuration file now accepts an option   
1840          to choose the recipient(s) of the email messages :
1841         
1842            - DevNull means no one will receive them.
1843            - User means only the user will receive them.
1844            - Admin means only the admin will receive them.
1845            - Both means the User and the Admin will receive them.
1846           
1847        - The configuration file now uses hard-coded default values
1848          when an option is not set. See sample configuration file
1849          for details.
1850         
1851        - Manual pages are included since 1.00, but I forgot to   
1852          add this information to this file.
1853         
1854        - Redistribution terms for the official package have 
1855          softened and are now fully GPL compatible :
1856          unrestricted modification is now allowed even for
1857          the version number.
1858         
1859    - 1.00 :
1860   
1861        - edpykota now accepts a --noquota option. This
1862          disable quota checking while still doing page
1863          accounting. This is really useful for people
1864          who don't want to limit their users but want
1865          to know how much pages they print.
1866         
1867        - Some untested scripts were added to retrieve
1868          the life time page counter of non-SNMP printers.
1869         
1870        - Every directory now has a specific README file. 
1871       
1872    - 0.99 :
1873   
1874        - Under some circumstances while the user wasn't allowed
1875          to print, he didn't receive any email message. It is
1876          now fixed.
1877         
1878        - When an user wasn't allowed to print, the quota for
1879          the previous user wasn't updated. This is now fixed.
1880         
1881    - 0.98 :
1882   
1883        - Correctly handle the case where the printer is switched off.
1884       
1885        - Small bug wrt syslog fixed.
1886       
1887    - 0.97 :
1888   
1889        - edpykota accepts wildcards on its command line for users/groups too
1890          if the --add option is not set, e.g. :
1891         
1892              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
1893             
1894        - If no user name is passed at all, then a default wildcard of "*"
1895          which means apply the command on ALL users for this printer is used.
1896         
1897        - Small bug fixes.
1898       
1899    - 0.96 :
1900
1901        - Options requester, policy, admin, adminmail and gracedelay can now
1902          be set either globally or per printer. The printer option has
1903          priority if both are defined.
1904
1905        - More powerful configuration parser.
1906       
1907        - If all options are defined globally, there's no need to
1908          define a section for each printer in the configuration
1909          file anymore. Just define a [global] section and it's ok.
1910
1911    - 0.95 :
1912
1913        - External requesters for printers finally added.
1914
1915        - Full internationalization (english and french are supported)
1916 
1917        - More complete quota usage report
1918
1919        - CGI script to access to the quota usage report
1920
1921        - Several bugs fixed.
1922
1923
1924    - 0.9 :
1925
1926        - First public version
Note: See TracBrowser for help on using the browser.