root / pykota / trunk / NEWS @ 2576

Revision 2576, 71.8 kB (checked in by jerome, 18 years ago)

Simplifies LDAP setup.

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