root / pykota / trunk / NEWS @ 2262

Revision 2262, 63.0 kB (checked in by jerome, 19 years ago)

The URL to the logo used in the CGI scripts is now configurable

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