root / pykota / trunk / NEWS @ 2622

Revision 2622, 73.8 kB (checked in by jerome, 18 years ago)

Added 2006 to the copyright's years.

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