root / pykota / trunk / NEWS @ 1991

Revision 1991, 55.2 kB (checked in by jalet, 19 years ago)

The dumpykota command now supports extended filtering capabilities with
the PostgreSQL backend. LDAP doesn't yet support such possibilities.

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