root / pykota / trunk / NEWS @ 1487

Revision 1487, 34.1 kB (checked in by jalet, 20 years ago)

All the code for pkpgcounter is now in pdlanalyzer.py

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