root / pykota / trunk / NEWS @ 1463

Revision 1463, 32.2 kB (checked in by jalet, 20 years ago)

pykotme now uses pkpgcounter to compute the job's size.

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