root / pykota / trunk / NEWS @ 2237

Revision 2237, 62.4 kB (checked in by jerome, 19 years ago)

1.22 Final.

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