root / pykota / trunk / NEWS @ 2366

Revision 2366, 66.7 kB (checked in by jerome, 19 years ago)

Don't create unneeded print quota entries anymore.

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