root / pykota / trunk / NEWS @ 2329

Revision 2323, 65.7 kB (checked in by jerome, 19 years ago)

Now logs a warning when user/group doesn't exist when running edpykota.
NB : the message is only printed once all users/groups have been processed.
Severity : if you don't need this, you don't need to upgrade.

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