root / pykota / trunk / NEWS @ 1396

Revision 1396, 30.0 kB (checked in by jalet, 20 years ago)

Version

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