root / pykota / trunk / NEWS @ 1980

Revision 1980, 55.1 kB (checked in by jalet, 19 years ago)

Added a --debug command line option to pkpgcounter, for people interested
in seeing what happens, and what will be available in the future :-)

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