root / pykota / trunk / NEWS @ 2006

Revision 2006, 55.9 kB (checked in by jalet, 19 years ago)

Implemented the dropping of priviledges. Beware, beware...

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