root / pykota / trunk / NEWS @ 2877

Revision 2877, 77.9 kB (checked in by jerome, 18 years ago)

Added support for pysnmp v4.x in addition to v3.4.x

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