root / pykota / trunk / NEWS @ 2254

Revision 2254, 62.8 kB (checked in by jerome, 19 years ago)

Integrated the major rewrite of ipp.py into PyKota.
Now the job-originating-hostname is correctly retrieved
in all cases I've seen.

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