root / pykota / trunk / NEWS @ 2399

Revision 2399, 67.3 kB (checked in by jerome, 19 years ago)

Doc

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