root / pykota / trunk / NEWS @ 1482

Revision 1482, 33.4 kB (checked in by jalet, 20 years ago)

pkpgcounter is now just a wrapper around the PDLAnalyzer class

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