root / pykota / trunk / NEWS @ 2066

Revision 2066, 59.0 kB (checked in by jalet, 19 years ago)

Fixed the maxdenybanners directive.
Introduced the denyduplicates directive.
Fixed some database related glitches.

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