root / pykota / trunk / NEWS @ 3040

Revision 3040, 81.5 kB (checked in by jerome, 18 years ago)

Removed parts of the locking code incompatible with a multi-server
configuration in which all servers share the same locking directory.

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