root / pykota / trunk / NEWS @ 1498

Revision 1498, 35.4 kB (checked in by jalet, 20 years ago)

Heavy CPU usage seems to be fixed at least !

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