root / pykota / trunk / NEWS @ 2030

Revision 2030, 56.7 kB (checked in by jalet, 19 years ago)

Big bug fix wrt the datelimit attribute

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