root / pykota / trunk / NEWS @ 1498

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

Heavy CPU usage seems to be fixed at least !

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