root / pykota / trunk / NEWS @ 1519

Revision 1519, 36.9 kB (checked in by jalet, 20 years ago)

Now denies empty jobs

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