root / pykota / trunk / NEWS @ 2265

Revision 2265, 63.2 kB (checked in by jerome, 19 years ago)

The destination URL for a click on the logos in CGI scripts is now
configurable.
A copyright message was added to the page's footer.

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