root / pykota / trunk / NEWS @ 2760

Revision 2760, 76.6 kB (checked in by jerome, 18 years ago)

Allows normal users to use edpykota --list in a restricted way.

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