root / pykota / trunk / NEWS @ 2241

Revision 2241, 62.7 kB (checked in by jerome, 19 years ago)

Fixed username when printing test pages from CUPS' web interface : use
the user CUPS is running as, instead of "root"

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