root / pykota / trunk / NEWS @ 2317

Revision 2317, 65.5 kB (checked in by jerome, 19 years ago)

Big database changes.
Severity : From now on, existing datas have to be migrated
using the appropriate script if needed. LDAP users will need
to use the new schema. Beginning tomorrow, the code will be in
experimental quality instead of stable quality.

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