root / pykota / trunk / NEWS @ 1351

Revision 1351, 28.1 kB (checked in by jalet, 20 years ago)

Note about today's modifications

  • 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.18alpha5 :
25   
26        - Debian packaging specific files, contributed by
27          Peter Hawkins are now included in the project's tree.
28         
29        - Preliminary work on future low-level LDAP caching to speed
30          up modifications (at least).
31         
32    - 1.18alpha4 :
33   
34        - Applied some of the modifications suggested by
35          Peter Hawkins, for better Debian integration.
36          Most notably cupspykota, pykota, and the shell
37          scripts are now installed into /usr/share/pykota
38          instead of into /usr/bin
39          BEWARE : double check that your symbolic link
40          to cupspykota is correct, and that your pykota.conf
41          file use correct path for the shell scripts like
42          waitprinter.sh and al.
43         
44        - pkhint command added, to help in configuring correct
45          accounting method for PyKota.
46         
47    - 1.18alpha3 :
48   
49        - Fixed a rare bug in cupspykota backend which gave
50          incorrect "CUPS backend died abnormally" messages.
51       
52    - 1.18alpha2 :
53   
54        - Added the pkprinters command line tool to manage printers
55          exclusively.
56       
57    - 1.18alpha1 :
58   
59        - Preliminary work on Relationnal Database Independance.
60       
61        - Sample report made from OpenOffice.org added as PDF and SXC.
62       
63    - 1.17 :
64   
65        - Finalized release.
66       
67    - 1.17alpha2 :
68   
69        - Fix stupid software accounting bug in the CUPS backend.
70       
71    - 1.17alpha1 :
72   
73        - User/Group deletion code in edpykota rewritten.
74       
75    - 1.16 :
76   
77        - Preliminary documentation on how to use OpenOffice.org
78          to create personnalized reports for PyKota + PostgreSQL.
79         
80        - Spanish installation guide for CUPS+PyKota+PostgreSQL
81          added to the documentation. Doesn't yet document v1.16
82          though.
83       
84        - Portuguese Portuguese translation replaces Brasilian
85          Portuguese Translation. Brasilian portuguese
86          translation is still available under the 'br' locale.
87       
88    - 1.16beta3 :
89   
90        - Swedish translation added.
91       
92        - Small fix in documentation.
93       
94    - 1.16beta2 :
95   
96        - Small fix for job cancelling code while job already
97          printing in CUPS backend.
98         
99        - Big fix wrt printing policies for unknown users. 
100       
101    - 1.16beta1 :
102   
103        - Manpages upgraded.
104       
105    - 1.16alpha26 :
106   
107        - Job price is now computed like this :
108       
109          SUM((NbPages * PricePerPage) + PricePerJob)
110         
111          For current printer and all the printers groups it is
112          a member of, if any.
113         
114          This may be difficult to grasp, but offers unprecedented
115          flexibility.
116         
117    - 1.16alpha25 :
118   
119        - Email address can be set at user creation time,
120          using the following syntax :
121         
122            $ edpykota --add username/email@yourdomain.com
123       
124    - 1.16alpha24 :
125   
126        - CGI script now can show the printing history.
127       
128        - Bug wrt number of copies should be fixed.
129       
130        - Major code refactoring => It is now possible to
131          automatically add printers on first print.
132       
133    - 1.16alpha23 :
134   
135        - Fixed potential accuracy problem if a user printed on
136          several printers at the very same time.
137       
138    - 1.16alpha22 :
139   
140        - edpykota now allows adding printers to printer groups
141       
142    - 1.16alpha21 :
143   
144        - Allows the dot in user and printer names.
145       
146        - Printer groups are now cached too.
147       
148    - 1.16alpha20 :
149   
150        - Fixed several small bugs with the help of PyChecker.
151       
152    - 1.16alpha19 :
153     
154        - Fixed a bug in PostgreSQL backend's code.
155       
156    - 1.16alpha18 :
157   
158        - Initial code for printer groups support. Printer groups have
159          to be added with external tools like psql or gq for example.
160          Printer groups seems to work fine with users. Untested with user
161          groups for now.
162
163        - Several minor visual problems fixed in reports.
164       
165        - Fixed a bug in LDAP date handling.
166       
167        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
168          + some particular settings.
169         
170        - mailandpopup.sh shell script added. See sample configuration file
171          for details.
172       
173        - Several environment variables are now exported when executing
174          external commands (accounters, requesters, mailers) :
175           
176            PYKOTAUSERNAME => user who is printing
177            PYKOTAPRINTERNAME => printer on which the job is being sent
178            PYKOTATITLE => Job's title
179            PYKOTAFILENAME => Job's filename
180            PYKOTACOPIES => number of copies asked
181            PYKOTAOPTIONS => print command options (-o with CUPS)
182         
183    - 1.16alpha17 :
184   
185        - Added portugues translation.
186       
187        - Major code refactoring in accounters.
188       
189    - 1.16alpha16 :
190   
191        - Code refactoring, and addition of a real HTML reporter, to
192          have nice looking and useful web based reports (in the future).
193       
194        - Added utolower configuration option to convert all usernames
195          to lowercase during printing.
196         
197    - 1.15alpha15 :
198   
199        - Now includes the papwaitprinter.sh shell script to wait for
200          AppleTalk enabled printers.
201         
202    - 1.16alpha14 :
203   
204        - Now printing on a printer not defined in the Quota Storage,
205          results in the job being cancelled or stopped, depending
206          on the printing system.
207         
208    - 1.16alpha13 :
209   
210        - Small bugfix wrt Python v2.1
211       
212        - If username is an empty string, user root is assumed.
213       
214        - 'postgresql' is not recognized anymore as a storage backend,
215          you have to use 'pgstorage' instead. 'postgresql' used to
216          be supported for compatibility with very old PyKota versions,
217          this is not the case anymore.
218         
219    - 1.16alpha12 :
220   
221        - Job price added to job history, to keep accounting correct
222          if a printer price per page or per job is modified and the
223          history is not reset : the history would have given a false
224          amount of money charged before the printer's prices were
225          modified, this addition solves the problem.
226         
227    - 1.16alpha11 :
228   
229        - Some preliminary modifications to the database structure for
230          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
231          database is now provided. LDAP attributes now support
232          eq, pres and sub indexes.
233         
234        - Job history now contains additional informations : 
235          number of copies, filename, title and print options.
236         
237    - 1.16alpha10 :
238       
239        - Some modifications done to external policy handling.
240          See sample configuration file for details.
241   
242        - Spanish translation added.
243       
244    - 1.16alpha9 :
245   
246        - mailto can be set to external(...) to warn users above
247          quota with any command of your choice (e.g. linpopup).
248          Several parameters are available, see sample configuration
249          file for details.
250         
251    - 1.16alpha8 :
252   
253        - Now cupspykota transmits SIGTERMS to the original 
254          backend when the user deletes a job being processed.
255         
256        - The documentation is now licensed under the terms of the
257          GNU GPL too.
258         
259    - 1.16alpha7 :
260   
261        - The CUPS backend is now fully functionnal (it seems).
262       
263        - From now on, the use of the pykota filter with CUPS
264          is deprecated. The pykota filter still has to be
265          used with LPRng though.
266       
267    - 1.16alpha6 :
268   
269        - Bug fixed : when edpykota was used to add a printer
270          with no user or group name, a bad user/group name "*" was
271          added to the database.
272         
273    - 1.16alpha5 :
274   
275        - New CUPS backend supports device enumeration !
276          This means that NO manual CUPS configuration has to
277          be done. All can now be done from CUPS web interface.
278       
279    - 1.16alpha4 :
280   
281        - New CUPS backend added.
282       
283    - 1.16alpha3 :
284       
285        - Minimal FAQ document added.
286       
287    - 1.16alpha2 :
288   
289        - CGI script now partially supports browser's language preference
290       
291    - 1.16alpha1 :
292   
293        - Ensures that the LDAP connection is really closed at end.
294       
295        - More complete error messages in case of LDAP operation failure.
296       
297    - 1.15 :
298     
299        - Documentation improved.
300       
301    - 1.15beta :
302   
303        - Command line tools now accept multiple printer
304          names or wildcards, separated with commas.
305         
306    - 1.15alpha9 :
307   
308        - External policy can be used to auto-add unknown users
309          and any other interesting things you may want to do.
310          WARNING : You can't auto-add printers for now.
311          They have to be created manually before.
312          Look at sample configuration file for examples.
313         
314    - 1.15alpha8 :
315   
316        - Job history can be disabled if needed.
317          This feature may be useful for people who use the LDAP
318          backend and don't want their LDAP tree to grow out of
319          control.
320       
321    - 1.15alpha7 :
322   
323        - More work done on caching wrt groups.
324       
325    - 1.15alpha6 :
326   
327        - Performance bottleneck with LDAP solved.
328       
329    - 1.15alpha5 :
330   
331        - Caching mechanism for all database queries.
332
333    - 1.15alpha4 :
334   
335        - Problem with Python 2.3 fixed. Needs some definitive
336          modification.
337         
338    - 1.15alpha3 :
339   
340        - CGI script now tries to restrict view when the
341          REMOTE_USER environment variable is set. This allows
342          people to protect its use with .htaccess files.
343          When unprotected, or if REMOTE_USER is 'root', then
344          unrestricted access is granted.
345          NB : REMOTE_USER is automatically set by the web server
346          (e.g. Apache) when a page with restricted access is viewed.
347         
348    - 1.15alpha2 :
349   
350        - Better detection of LPRng.
351       
352        - Outputs a warning if printing system is unknown.
353       
354    - 1.15alpha1 :
355   
356        - Bug fix in SQL code.
357       
358    - 1.14 :
359   
360        - The PostgreSQL database connection is now always closed before
361          exit. The LDAP database connection too, but it didn't suffer
362          from the problem anyway, AFAICT.
363       
364    - 1.14beta2 :
365   
366        - An LDAP-specific configuration field was introduced, usermail.
367          Use it to specify which LDAP attribute contains a valid email
368          address for the user. See sample configuration file for
369          details.
370       
371    - 1.14beta :
372   
373        - Two new LDAP-specific configuration fields were introduced,
374          newuser and newgroup. Use them to specify if you want to add
375          quota information to existing entries or elsewhere.
376          See sample configuration file for details.
377         
378    - 1.14alpha9 :
379   
380        - Documentation improved.
381       
382        - pykotme now also prints the user's account balance value
383          if the user is registered in the Quota Storage and his
384          limiting factor is "balance".
385         
386    - 1.14alpha8 :
387   
388        - bin/waitprinter.sh is now included to wait for
389          SNMP enabled printers to be idle again before
390          asking for their internal page counter.
391          See sample configuration file for details.
392         
393    - 1.14alpha7 :
394   
395        - edpykota now doesn't check if the user/group is above
396          quota. The check is only done at print time. This
397          prevents the sending of email messages when creating
398          user quotas if quota is already reached at creation
399          time.
400         
401    - 1.14alpha6 :
402   
403        - Configuration file split and moved to /etc/pykota/pykota.conf
404          and /etc/pykota/pykotadmin.conf to prevent simple users to
405          have Read/Write access to the Quota Database.
406          Don't forget to :
407         
408                $ chmod 640 /etc/pykota/pykotadmin.conf
409               
410        - storageuser and storageuserpw configuration fields reintroduced
411          for the same reason.
412         
413        - Code cleaning for future implementation of email addresses
414          support in the PostgreSQL and LDAP backends.
415         
416    - 1.14alpha5 :
417       
418        - Big bug fixed when changing the prices for a printer
419       
420    - 1.14alpha4 :
421   
422        - When adding an user, the user itself and its account balance
423          are now added in the same LDAP entry. Before they were added
424          as two different LDAP entries.
425         
426    - 1.14alpha3 :
427   
428        - Email field added to PostgreSQL database. An upgrade script
429          is included in initscripts/postgresql.
430       
431    - 1.14alpha2 :
432   
433        - Typo fixed when using the --prototype option to edpykota
434       
435    - 1.14alpha1 :
436   
437        - Poor man's treshold included : users with a low account
438          balance (below 1.0 by default, configurable) are sent
439          a warning message.
440         
441        - All warning messages to users are now configurable. 
442          NB : Warning messages to the administrator are not.
443       
444    - 1.13 :
445   
446        - Some small fixes wrt group handling.
447       
448        - The whole module code was passed through PyChecker and
449          several small code inconsistencies were fixed,
450          as well as a bug in the groups code.
451         
452    - 1.13alpha1 :
453   
454        - Bug fix wrt LDAP.
455       
456    - 1.12 :
457   
458        - More complete test added in edpykota.
459       
460    - 1.12alpha2 :
461   
462        - The previous bug fix was incomplete. This is corrected.
463       
464    - 1.12alpha1 :
465   
466        - Small bug fix.
467       
468    - 1.11 :
469   
470        - Now includes the pykotme command line tool, to produce
471          printing quotes for users.
472         
473    - 1.10 :
474   
475        - Bug fixed wrt quota reports when print limiting is by
476          account balance.
477         
478    - 1.09 :
479   
480        - Translations finalized.
481       
482        - Manpages updated.
483       
484        - Installation documentation improved wrt LDAP support.
485       
486    - 1.09beta2 :
487   
488        - The CGI script for quota reports works again, and
489          is much more powerful.
490       
491    - 1.09beta :
492   
493        - edpykota finalized
494       
495    - 1.09alpha2 :
496   
497        - LDAP schema modified a bit. Please upgrade.
498       
499        - LDAP backend works !
500       
501        - repykota and warnpykota allow the root user to pass
502          users or groups names on the command line. Users
503          and groups names may contain wildcards.
504         
505        - repykota and warnpykota only reports or warns the
506          current user when launched by non-root users.
507         
508        - Minor bug fixes. 
509   
510    - 1.09alpha1 :
511   
512        - More work on LDAP storage backend. Many options
513          were added to /etc/pykota.conf to give some
514          hints to the LDAP storage backend.
515         
516        - Severe database access optimizations were done by
517          rewriting most of the Quota Storage backends drivers.
518     
519    - 1.08 :
520   
521        - Major bug fix wrt LPRng support for remote jobs.
522       
523        - Major bug fix wrt increase/decrease account balances.
524       
525    - 1.08alpha8 :
526   
527        - Code refactoring.
528       
529        - A single user/password pair is used to connect
530          to the database backend. The storageuser configuration
531          field, and its associated passwords storageuserpw, are
532          not used anymore.
533         
534        - You can now set PyKota in debug mode, see sample configuration 
535          file for details.
536          WARNING : only Quota Storage backend queries are logged in
537          debug mode, for now.
538       
539    - 1.08alpha7 :
540   
541        - Very latest LDAP schema.
542       
543        - Code enhancement wrt easy pluggability of PyKota attributes
544          and object classes into an existing LDAP directory.
545       
546    - 1.08alpha6 :
547   
548        - Minor bug corrections
549       
550        - More work on LDAP : new schema
551       
552    - 1.08alpha5 :
553   
554        - More good work on LDAP storage.
555          repykota now works reasonably well with the sample LDAP directory.
556       
557    - 1.08alpha4 :
558   
559        - LDAP schema included.
560          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
561          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
562          MAY CHANGE IN THE FUTURE. PLEASE TELL US
563          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
564          MAILING LIST.
565         
566    - 1.08alpha3 :
567   
568        - External accounting methods were partly rewritten :
569         
570          - No more "broken pipe" should happen.
571         
572          - They now take care of the number of copies
573            This may be unneeded though, if the postscript
574            file already does this, because this would
575            overcharge users (number of copies counted
576            two times). NEEDS MORE TESTING.
577           
578          - The sample configuration file now contains 
579            an external accounting method example which should
580            work with all DSC compliant Postscript files.
581           
582        - Some small bugs were fixed.   
583       
584    - 1.08alpha2 :
585   
586        - Now works with net-snmp v5.0 and above.
587          It already worked, but the sample configuration
588          file didn't contain appropriate values...
589       
590    - 1.07 : Release of the Shame !
591   
592        - The external accounting methods driver was left out of
593          the CVS tree. Nobody could use it since it wasn't included !
594         
595    - 1.06 :
596   
597        - Severe bug fixed : if you had a printer in
598          power saving state which couldn't answer immediately,
599          a bug was triggered.
600          It was caused by a bad copy/paste which
601          forgot to import a Python module at run time.
602         
603    - 1.05 :
604   
605        - External accounters are finally available !
606          This means that you can plug any page accounting
607          method you like by setting the appropriate
608          'accounter' field in /etc/pykota.conf
609          See the sample conf/pykota.conf.sample to
610          learn how to do.
611         
612          NB : Both 'external' and 'stupid' accounting methods
613               account a job size just before *this* job is
614               sent to the printer.
615               The original 'querying' method accounts a job
616               size just before *the next* job is sent to
617               the printer.
618       
619    - 1.05alpha3 :
620   
621        - A 'stupid' and unreliable accounting method was
622          implemented to serve as an example on how to
623          do this sort of things. This method only counts
624          the 'showpage' statements in the input data.
625          See sample configuration file for details.
626          Pluggable accounting methods work, but I advise
627          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
628          It is not reliable enough to be used.
629          Use the 'querying' accounting method instead.
630         
631    - 1.05alpha2 :
632   
633        - Pluggable accounting methods.
634       
635        - Better error handling.
636       
637    - 1.05alpha1 :
638   
639        - SECURITY file added to help improve PyKota's security.
640       
641        - Extracting the printer's internal page counter is now
642          tried several times, waiting several seconds between
643          two tries. This lets the time to warm up for some printers
644          which don't answer when they are sleeping (my Apple
645          LaserWriter 16/600 PS is in this case, maybe others too)
646         
647        - Small display bug fixed in repykota
648         
649    - 1.04 :
650   
651        - Default print policy for users/groups unknown from
652          the print quota system is now DENY instead of ALLOW,
653          since ALLOW can generate inaccurate results
654          (incorrect job sizes charged to the wrong persons)
655         
656        - LPRng support works !
657       
658        - A bug was introduced some time ago wrt printers' default
659          policy for unknown users. It is now corrected.
660       
661        - repykota now displays prices per job and per page for each
662          printer, if they are defined.
663         
664        - Minor display bug fixed in repykota.
665       
666        - Problem when running repykota with an empty database was fixed.
667       
668    - 1.03 :
669   
670        - Upgrade script included for earlier versions.
671          Please look inside the initscripts subdirectory.
672          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
673         
674        - repykota now reports account balances too.
675       
676        - PyKota now has a nice logo, see the logos
677          subdirectory.
678       
679        - Manual pages were finally updated.
680       
681        - Group quotas seem to work now !
682       
683        - The new database schema allows to keep an history of all
684          jobs as well as charge users per page and/or per job,
685          and track users' account balance.
686         
687        - edpykota now accepts much more command line options to 
688          use the new functionnalities. See edpykota --help for
689          details.
690         
691        - The installation script now allows to install the sample
692          configuration file during first installation.
693         
694        - More group quota code works, but still not finished. 
695       
696        - The CGI script displays a link to PyKota's website.
697       
698        - The job history is now kept, this will allow per-period
699          reports in the future.
700         
701        - After having modified the quota for an user with edpykota,
702          a quota check is done to eventually warn the user/admin about
703          a quota which is too low to print.
704         
705        - A workaround is provided for HP Printers : their internal
706          page counter is only saved to NVRAM in a 10 increment, so
707          if you switch them off and then on, the reported page counter
708          may be lower than the real number of pages printed.
709          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
710          We unconditionnally set the last job's page count to
711          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
712          in this case.
713          For a more accurate accounting, never switch your HP printers
714          off.
715         
716        - A fix is provided for printers which only have a volatile 
717          page counter (reset to 0 every time you switch the printer on)
718          This should allow PyKota to work reasonably fine with HP Laserjet
719          4L/5L/6L, not perfect, but better than nothing.
720          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
721          For a more accurate accounting, never switch your HP printers
722          off. This is untested, please report any problem.
723         
724        - A bug was fixed when edpykota --add was used with users who already
725          had a quota on the specified printer.
726         
727        - A small display bug in repykota was introduced in preliminary
728          1.03 versions, and fixed later on.
729         
730        - Some minor bugs which happened in rare situations were fixed.
731       
732        - Support for AppleTalk printers was added, see sample configuration
733          file for details.
734         
735        - Users and group printing can now be controlled (limited) either by 
736          print quota or by account balance.
737       
738    - 1.02 :
739   
740        - The installation script now checks for software availability
741          and in case a software is missing asks the user if he
742          wants to continue with the installation or abort it.
743         
744        - The configuration file pykota.conf is now expected to be
745          found in /etc instead of in /etc/cups
746          The installation script prompts the user to see if he
747          wants to move an old configuration file to the new location
748          if needed.
749         
750        - Improved documentation.
751       
752        - You can now set the tcp/ip port on which the Quota Storage
753          Server is listening, see sample configuration file for details.
754       
755        - Better general error handling.
756       
757        - Upgrade script for pre 1.01 PostgreSQL database schema is now
758          included as well.
759       
760    - 1.01 :
761   
762        - The configuration file now accepts an option   
763          to choose the recipient(s) of the email messages :
764         
765            - DevNull means no one will receive them.
766            - User means only the user will receive them.
767            - Admin means only the admin will receive them.
768            - Both means the User and the Admin will receive them.
769           
770        - The configuration file now uses hard-coded default values
771          when an option is not set. See sample configuration file
772          for details.
773         
774        - Manual pages are included since 1.00, but I forgot to   
775          add this information to this file.
776         
777        - Redistribution terms for the official package have 
778          softened and are now fully GPL compatible :
779          unrestricted modification is now allowed even for
780          the version number.
781         
782    - 1.00 :
783   
784        - edpykota now accepts a --noquota option. This
785          disable quota checking while still doing page
786          accounting. This is really useful for people
787          who don't want to limit their users but want
788          to know how much pages they print.
789         
790        - Some untested scripts were added to retrieve
791          the life time page counter of non-SNMP printers.
792         
793        - Every directory now has a specific README file. 
794       
795    - 0.99 :
796   
797        - Under some circumstances while the user wasn't allowed
798          to print, he didn't receive any email message. It is
799          now fixed.
800         
801        - When an user wasn't allowed to print, the quota for
802          the previous user wasn't updated. This is now fixed.
803         
804    - 0.98 :
805   
806        - Correctly handle the case where the printer is switched off.
807       
808        - Small bug wrt syslog fixed.
809       
810    - 0.97 :
811   
812        - edpykota accepts wildcards on its command line for users/groups too
813          if the --add option is not set, e.g. :
814         
815              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
816             
817        - If no user name is passed at all, then a default wildcard of "*"
818          which means apply the command on ALL users for this printer is used.
819         
820        - Small bug fixes.
821       
822    - 0.96 :
823
824        - Options requester, policy, admin, adminmail and gracedelay can now
825          be set either globally or per printer. The printer option has
826          priority if both are defined.
827
828        - More powerful configuration parser.
829       
830        - If all options are defined globally, there's no need to
831          define a section for each printer in the configuration
832          file anymore. Just define a [global] section and it's ok.
833
834    - 0.95 :
835
836        - External requesters for printers finally added.
837
838        - Full internationalization (english and french are supported)
839 
840        - More complete quota usage report
841
842        - CGI script to access to the quota usage report
843
844        - Several bugs fixed.
845
846
847    - 0.9 :
848
849        - First public version
Note: See TracBrowser for help on using the browser.