root / pykota / trunk / NEWS @ 3030

Revision 3030, 80.9 kB (checked in by jerome, 18 years ago)

Now accepts uppercase for filter keys.
The CGI now contains an example of a date filter.

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