root / pykota / trunk / NEWS @ 2435

Revision 2435, 68.9 kB (checked in by jerome, 19 years ago)

Added the --gidmin, --gidmax, --dousers, --dogroups command line switches
to pkturnkey.
Added group management to pkturnkey.
Severity : testers more than welcome :-)

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