root / pykota / trunk / NEWS @ 2449

Revision 2449, 69.3 kB (checked in by jerome, 19 years ago)

The billing code attribute was not correctly initialized whenever the overwrite_jobticket directive
denied the job.

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