root / pykota / trunk / NEWS @ 2389

Revision 2389, 67.0 kB (checked in by jerome, 19 years ago)

Added a debug message.
Changed version.

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