root / pykota / trunk / NEWS @ 2615

Revision 2615, 73.7 kB (checked in by jerome, 18 years ago)

Fixed a problem with fast printers : PyKota only saw them
as being 'idle' because they already went from 'idle'
to 'printing' to 'idle' again.

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