root / pykota / trunk / NEWS @ 1500

Revision 1500, 35.8 kB (checked in by jalet, 20 years ago)

The old pykota filter has been removed. LPRng support disabled for now.

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