root / pykota / trunk / NEWS @ 2232

Revision 2232, 62.3 kB (checked in by jerome, 19 years ago)

Improved stability in pykotme and pykotme.cgi
Now uses real userid instead of effective userid in pykotme and pykosd,
to allow user root to check his own account instead of user pykota's one
(since we drop priviledges early).
Better setup instructions for pykotme.cgi

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