root / pykota / trunk / NEWS @ 2295

Revision 2295, 64.4 kB (checked in by jerome, 19 years ago)

Finalized the --sum command line option to dumpykota.

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