root / pykota / trunk / NEWS @ 2768

Revision 2768, 76.8 kB (checked in by jerome, 18 years ago)

Optimized pkprinters like pkbcodes and edpykota.

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