root / pykota / trunk / NEWS @ 1495

Revision 1495, 35.1 kB (checked in by jalet, 20 years ago)

New 'enforcement' directive added
Polling loop improvements

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