root / pykota / trunk / NEWS @ 1490

Revision 1490, 34.5 kB (checked in by jalet, 20 years ago)

The pykota filter is now deprecated

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