root / pykota / trunk / NEWS @ 1478

Revision 1478, 33.2 kB (checked in by jalet, 20 years ago)

First try at cupspykota's main loop rewrite

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