root / pykota / trunk / NEWS @ 2218

Revision 2218, 61.6 kB (checked in by jerome, 19 years ago)

The data dumper now supports filtering by hostname
or billing code.

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