root / pykota / trunk / NEWS @ 2311

Revision 2311, 65.3 kB (checked in by jerome, 19 years ago)

Fixed bug : exception name was incorrect in an except statement in cupspykota.
Improved the IPP module : can now generate IPP messages as well as parsing them.

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