root / pykota / trunk / NEWS @ 1473

Revision 1473, 32.8 kB (checked in by jalet, 20 years ago)

Added hostname field in job history

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