root / pykota / trunk / NEWS @ 2425

Revision 2425, 68.6 kB (checked in by jerome, 19 years ago)

Allows 'hardware(pjl:port)' and 'hardware(snmp:community)'.

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