root / pykota / trunk / NEWS @ 2593

Revision 2593, 72.8 kB (checked in by jerome, 18 years ago)

Added support for SQLite3 database backend.
NEEDS TESTERS !

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