root / pykota / trunk / NEWS @ 1962

Revision 1962, 53.8 kB (checked in by jalet, 19 years ago)

Fixes some engrish wording

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