root / pykota / trunk / NEWS @ 2173

Revision 2173, 60.3 kB (checked in by jerome, 19 years ago)

Added the installation of pykotme.cgi for Debian packages

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