root / pykota / trunk / NEWS @ 2627

Revision 2627, 74.2 kB (checked in by jerome, 18 years ago)

Now pkbanner handles new print (un-)limiting modes correctly.

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