root / pykota / trunk / NEWS @ 1966

Revision 1966, 54.0 kB (checked in by jalet, 19 years ago)

Now automates LDAP reconnections if the server dropped the connection due
to a timeout.

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