root / pykota / trunk / NEWS @ 3036

Revision 3036, 81.3 kB (checked in by jerome, 18 years ago)

Charging for ink usage, finally !

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