root / pykota / trunk / NEWS @ 2465

Revision 2465, 70.5 kB (checked in by jerome, 19 years ago)

Added support for --maxjobsize, --passthrough and --nopassthrough
in pkprinters.

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