root / pykota / trunk / NEWS @ 1969

Revision 1969, 54.7 kB (checked in by jalet, 19 years ago)

Integrated and extended Stefan Wold's patch to store print quota entries
directly below the user or the group object with the LDAP backend

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