root / pykota / trunk / NEWS @ 2366

Revision 2366, 66.7 kB (checked in by jerome, 19 years ago)

Don't create unneeded print quota entries anymore.

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