root / pykota / trunk / NEWS @ 3099

Revision 3099, 83.3 kB (checked in by jerome, 17 years ago)

Missing change.

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