root / pykota / trunk / NEWS @ 2268

Revision 2268, 63.5 kB (checked in by jerome, 19 years ago)

The start= and end= data dumper filters now accept the magical
keywords 'yesterday', 'today', 'now' and 'tomorrow'.

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