root / pykota / trunk / NEWS @ 2119

Revision 2119, 59.5 kB (checked in by jalet, 19 years ago)

It's "Brazilian" and not "Brasilian"

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