root / pykota / trunk / NEWS @ 2017

Revision 2014, 56.2 kB (checked in by jalet, 19 years ago)

Fixed some engrish

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