root / pykota / trunk / NEWS @ 1527

Revision 1527, 37.9 kB (checked in by jalet, 20 years ago)

Extended the PATH

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