root / pykota / trunk / NEWS @ 2675

Revision 2675, 75.2 kB (checked in by jerome, 18 years ago)

Added a comment.

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