root / pykota / trunk / NEWS @ 2320

Revision 2320, 65.6 kB (checked in by jerome, 19 years ago)

Fix for user groups, the recent database changes broke this code

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