root / pykota / trunk / NEWS @ 2345

Revision 2345, 66.4 kB (checked in by jerome, 19 years ago)

Removed the outdated and confusing autoconf/automake stuff.
pkpgcounter is now distributed separately ONLY.
Severity : Installing this version without downloading and installing
pkpgcounter v1.56 or higher first WILL BREAK your PyKota setup.

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