root / pykota / trunk / NEWS @ 2167

Revision 2167, 60.2 kB (checked in by jerome, 19 years ago)

Reported some recent fixes in changelog

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