root / pykota / trunk / NEWS @ 2420

Revision 2420, 68.4 kB (checked in by jerome, 19 years ago)

Added the --dryrun command line option to pkturnkey.
Improved pkturnkey's general usability.
Added pkturnkey's manual page.
Updated other manpages.
Severity : minor.

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