root / pykota / trunk / NEWS @ 2432

Revision 2432, 68.8 kB (checked in by jerome, 19 years ago)

pkturnkey now simulates by default, instead of modifying the database.
The --dryrun command line switch was replaced by the --force command line
switch, which does exactly the opposite : allows the database to be modified.
Now pkturnkey sends all the informations about what it does to the
screen (but on stderr).
Severity : now you can play with this without risking to loose your datas :-)

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