root / pykota / trunk / NEWS @ 3096

Revision 3096, 83.2 kB (checked in by jerome, 17 years ago)

Documented change.

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