root / pykota / trunk / NEWS @ 2418

Revision 2418, 68.2 kB (checked in by jerome, 19 years ago)

Allow PyKota admins and users to use different database backends
or locations depending on their permissions.
Severity : minor, but with great possibilities :)

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