root / pykota / trunk / NEWS @ 2609

Revision 2609, 73.4 kB (checked in by jerome, 18 years ago)

Insufficient permission to run a command now exits with status -2.
Error in command line options now exits with status -2.
Processing interrupted with Ctrl+C (or SIGTERM) now exits with status -3.

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