root / pykota / trunk / NEWS @ 1482

Revision 1482, 33.4 kB (checked in by jalet, 20 years ago)

pkpgcounter is now just a wrapper around the PDLAnalyzer class

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