root / pykota / trunk / NEWS @ 2810

Revision 2808, 77.4 kB (checked in by jerome, 18 years ago)

PyKota v1.24beta is out.

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