root / pykota / trunk / NEWS @ 2316

Revision 2316, 65.4 kB (checked in by jerome, 19 years ago)

Small fix for the PCL3/4/5 parser because of some drivers

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