root / pykota / trunk / NEWS @ 2179

Revision 2179, 60.4 kB (checked in by jerome, 19 years ago)

Added a note about yesterday's fix

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