root / pykota / trunk / NEWS @ 2383

Revision 2383, 66.8 kB (checked in by jerome, 19 years ago)

Ensures that dump_bfd.php is installed like the other contributions.

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