root / pykota / trunk / NEWS @ 2420

Revision 2420, 68.4 kB (checked in by jerome, 19 years ago)

Added the --dryrun command line option to pkturnkey.
Improved pkturnkey's general usability.
Added pkturnkey's manual page.
Updated other manpages.
Severity : minor.

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