root / pykota / trunk / NEWS @ 2127

Revision 2127, 59.9 kB (checked in by jalet, 19 years ago)

1.21 Final is out.

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