root / pykota / trunk / NEWS @ 3073

Revision 3073, 82.4 kB (checked in by jerome, 17 years ago)

Now pkprinters doesn't modify CUPS' printers.conf if the -C | --cups
command line switch is not used.

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