root / pykota / trunk / NEWS @ 2228

Revision 2228, 62.0 kB (checked in by jerome, 19 years ago)

1.22beta is out

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