root / pykota / trunk / NEWS @ 3025

Revision 3025, 80.8 kB (checked in by jerome, 18 years ago)

Added the 'noprintingmaxdelay' directive to workaround printers
which don't conform to RFC3805.
Improved the reliability of SNMP and PJL hardware accounting.
PJL still needs some work though...

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