root / pykota / trunk / NEWS @ 2257

Revision 2257, 62.9 kB (checked in by jerome, 19 years ago)

Fixed a problem with edpykota --prototype

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