root / pykota / trunk / NEWS @ 1459

Revision 1459, 32.0 kB (checked in by jalet, 20 years ago)

About logging susbsystem

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