root / pykota / trunk / NEWS @ 2121

Revision 2121, 59.7 kB (checked in by jalet, 19 years ago)

Fixed a bad copy&paste

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