root / pykota / trunk / NEWS @ 2584

Revision 2584, 72.4 kB (checked in by jerome, 18 years ago)

Introduce the onbackenderror directive.
Make problems caused by real backend failures appear
as such in the printing history.

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