root / pykota / trunk / NEWS @ 1517

Revision 1517, 36.8 kB (checked in by jalet, 20 years ago)

Improved error logging.
crashrecipient directive added.
Now exports the job's size in bytes too.

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