root / pykota / trunk / NEWS @ 3117

Revision 3117, 83.6 kB (checked in by jerome, 17 years ago)

1.25 is there it seems.

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