root / pykota / trunk / NEWS @ 2435

Revision 2435, 68.9 kB (checked in by jerome, 19 years ago)

Added the --gidmin, --gidmax, --dousers, --dogroups command line switches
to pkturnkey.
Added group management to pkturnkey.
Severity : testers more than welcome :-)

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