root / pykota / trunk / NEWS @ 3141

Revision 3141, 84.5 kB (checked in by jerome, 17 years ago)

Fixes a problem where banners would still be printed even if the user cancelled the print job.

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