root / pykota / trunk / NEWS @ 1967

Revision 1967, 54.2 kB (checked in by jalet, 19 years ago)

Integrated the patch by Wilson Roberto Afonso and Matt Hyclak to allow
edpykota to accept the -U | --used value command line option.

  • 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
[1967]24    - 1.21alpha11 :
25   
26        - edpkota now accepts the -U | --used value command line argument
27          to preset the page counters to an initial value. Thanks to
28          Wilson Roberto Afonso and Matt Hyclak for the patch.
29         
[1966]30    - 1.21alpha10 :
31   
32        - Now automatically reconnects up to three times if the LDAP server
33          returned an error, possibly due to a timeout.
34         
[1961]35    - 1.21alpha9 :
36   
[1962]37        - Now searches the configuration files in 'pykota' system user's
[1961]38          home directory. The 'pykota' system user and group have
39          to be created by the system administrator, and given
40          sufficient permissions to PyKota's configuration files.
41         
[1956]42    - 1.21alpha8 :
43   
44        - Added the new reject_unknown directive to reject the
45          creation of user or groups which are unknown to the system.
46         
[1952]47    - 1.21alpha7 :
48   
49        - Introduction of the pkmail email gateway.
50       
[1941]51    - 1.21alpha6 :
52   
[1943]53        - Fix for LPRng filenames.
54       
[1941]55        - Added Turkish translation thanks to Baris Cicek.
56       
[1936]57    - 1.21alpha5 :
58   
[1940]59        - Improved ESC/P2 miniparser for Stylus Photo printers.
60       
[1936]61        - Implemented the --savetoner command line option to pkbanner.
62       
63        - Improved pkbanner's help and messages.
64       
[1933]65    - 1.21alpha4 :
66   
67        - Fixed job's data file detection code for LPRng.
68       
69        - Fixed a problem with PJL and PowerSave mode,
70          thanks to Wilson Roberto Afonso.
71       
[1923]72    - 1.21alpha3 :
73   
74        - PyKota can now generate its own banners, and either account
75          for them or not, depending on newly introduced directives
76          in pykota.conf
77          Thanks to Matt Hyclak for the patch.
78         
[1905]79    - 1.21alpha2 :
80   
[1913]81        - Installation script is now non interactive again, as it should
[1905]82          have stayed from the beginning. Dependencies checking can
83          be done by launching the checkdeps.py command.
84         
[1901]85    - 1.21alpha1 :
86   
[1903]87        - added an IPP messages miniparser. Extraction of the client
88          hostname is now considered to be fiable, at least until
89          the CUPS developpers change something...
[1901]90       
[1894]91    - 1.20 :
92   
93        - Version number changed.
94       
[1868]95    - 1.20beta :
96   
[1891]97        - Norwegian (Bokm� preliminary translation added.
98       
[1885]99        - German translation was finalized.
100       
[1879]101        - Greek translation was finalized.
102       
[1875]103        - For urgent legal reasons, a "privacy" directive has been added
104          to pykota.conf, to hide jobs' title, filename and options
105          in the history.
106         
[1868]107        - Minor changes in the debian directory.
108       
[1867]109    - 1.20alpha27 :
110   
111        - Fixed many problems with translation files. In particular
112          the brasilian portuguese translation file was incorrectly
113          installed into the french "breton" locale directory.
114         
115        - Finished French translation. 
116         
[1847]117    - 1.20alpha26 :
118   
[1850]119        - LPRng support code should now better detect network
120          printers' hostnames or IP addresses.
121         
[1848]122        - Fix for recently introduced bug in LPRng support.
123       
[1847]124        - Fix for incorrect locale setting when starting.
125       
[1814]126    - 1.20alpha25 :
127   
[1821]128        - pkprinters allows --list to normal users, but require user
129          to be a PyKota administrator when another command line
130          option is used.
131         
[1814]132        - pkhint doesn't use absolute path to search for helper commands
133          anymore.
134         
135        - Spanish translation ready for 1.20.   
136       
[1806]137    - 1.20alpha24 :
138   
[1807]139        - Now warnpykota only warns users limited by balance once.
140       
[1806]141        - Now warnpykota only warns users who have ever printed,
142          to not cause confusion to users who have just opened
143          their account.
144       
145        - Prepared help messages for translations.
146       
[1791]147    - 1.20alpha23 :
148   
149        - Add workaround for locale problem.
150       
[1788]151    - 1.20alpha22 :
152   
[1790]153        - Hopefully final fix for data encoding charset.
154       
[1789]155        - edpykota now refuse to work if the user is not a PyKota admin.
156       
[1788]157        - Fixes a recently introduced bug with users groups and PostgreSQL.
158       
[1785]159    - 1.20alpha21 :
160   
161        - Now dumpykota refuses to launch if the current user is not
162          a PyKota administrator (a PyKota administrator is an user
163          allowed to read the pykotadmin.conf file).
164         
165        - Now any PyKota administrator can use repykota and warnpykota
166          with additionnal arguments, not only the root user.
167         
168        - Improved documentation a bit.
169       
[1771]170    - 1.20alpha20 :
171   
[1774]172        - Reduced delay in internal SNMP and PJL_over_TCP handlers
173          from 2 to 1 second.
174       
[1771]175        - dumpykota can now output XML.
176       
[1761]177    - 1.20alpha19 :
178   
[1769]179        - Improved user groups and user groups quotas dumps in dumpykota.
180       
[1768]181        - Finished implementation of LDAP support in dumpykota.
182       
[1766]183        - The md5 sum of the job's datas is now available as an
184          hexadecimal digest in the PYKOTAMD5SUM environment variable.
185         
[1761]186        - The description, filename, title, and options fields
187          are now stored as UTF-8 strings in both LDAP and PostgreSQL.
188          Proper charset is used during extraction from the database.
189         
[1757]190    - 1.20alpha18 :
191   
[1758]192        - Experimental autopykota command to initialize user
193          account and quota entries on first print while not
194          resetting the balance value if not needed.
195         
[1757]196        - Added the new "winbind_separator" directive to strip
197          out the Samba/Winbind domain name while printing if
198          needed (Off by default).
199         
[1751]200    - 1.20alpha17 :
201   
[1755]202        - Added --hardreset command line option to edpykota.
203       
[1751]204        - Fixed problem with accented chars in title, filename
205          or options and LDAP backend.
206         
[1746]207    - 1.20alpha16 :
208   
209        - Internal handling of socket based PJL queries over
210          port tcp/9100 is now available with the magic
211          'pjl' value in the hardware accounter.
212         
[1742]213    - 1.20alpha15 :
214   
215        - LDAP pykotaAccountBalance objects were always created
216          attached to the pykotaUser objects. This is now
217          fixed and the value of balancebase in pykota.conf
218          is now correctly used.
219         
[1740]220    - 1.20alpha14 :
221   
[1741]222        - Belgian translations added (copy of the french ones).
223       
[1740]224        - External hardware accounter now loops until
225          a result can be read correctly.
226         
227        - pkhint now suggest the internal snmp handling instead
228          of the external one.
229         
[1729]230    - 1.20alpha13 :
231     
232        - Hardware accounter now accepts the special
233          'snmp' value, meaning ALL is done from main code
234          without launching any subprocess.
235          You need the http://pysnmp.sf.net Python module
236          for this to work (tested with v3.4.2)
237         
[1731]238        - Increased delay between two loops iterations 
239          to 2 seconds in waitprinter.sh to diminish
240          CPU load.
241         
[1723]242    - 1.20alpha12 :
243   
244        - waitprinter.sh rewritten from scratch to wait
245          for printer status stabilization.
246       
[1717]247    - 1.20alpha11 :
248   
249        - Generic data dumper 'dumpykota' introduced.
250          Works only with PostgreSQL backend for now.
251         
[1713]252    - 1.20alpha10 :
253   
254        - Added fix for incorrect job's size computation when
255          hardware accounting fails.
256         
[1705]257    - 1.20alpha9 :
258   
259        - Small fixes wrt subprocesses.
260       
[1701]261    - 1.20alpha8 :
262   
263        - Added full support of PCL3 : HP Deskjet printers are now
264          supported.
265       
[1699]266    - 1.20alpha7 :
267   
268        - First draft of PCL3GUI (Deskjet 640C for example) analyzer.
269          Needs more work, but no documentation is available.
270       
[1692]271    - 1.20alpha6 :
272     
[1697]273        - Improved mailandpopup.sh script.
274       
[1696]275        - Small fixes for LPRng.
[1695]276       
[1694]277        - Now exports PYKOTAPRINTERHOSTNAME for network printers'
278          hostname or IP address. Set to 'localhost' when not
279          meaningful.
280         
[1693]281        - Fixed issue with how mod_auth_ldap Apache modules
282          fills the REMOTE_USER environment variable.
283         
[1692]284        - Fixed a bug in LDAP user deletion code.
285       
[1687]286    - 1.20alpha5 :
287     
288        - Introduces the new configuration directive 'onaccountererror'
289          to specify what must be done whenever the software or
290          hardware accounter fails. Allowed values are 'continue' and
291          'stop' (default).
292         
293        - Minor fix in software accounter for a recently introduced
294          problem.
295         
[1686]296    - 1.20alpha4 :
297   
298        - Added support for more ghostscript devices in ESC/P2
299          analyzer : stcolor, st800, escp, escpc are now supported.
300         
[1680]301    - 1.20alpha3 :
302       
[1683]303        - Small improvement in PostScript parser to avoid being
304          fooled by a change in number of copies :
305          The user can't ask for 200 copies of page 1 and 1 copy
306          of page 2 to fool PyKota anymore :
307          this would have been accounted for as 1 copy only, but
308          now the maximum value seen is used.
309         
[1681]310        - Relax checks for PCL5 header to accomodate some strange
311          printer drivers.
312         
[1680]313        - Now hardware accounting method works like software
314          accounting method wrt the subprocess' output.
315         
[1681]316        - Hardware and Software accounting stop the print queue 
317          when the accounting subprocess didn't work. This will
318          be configurable in the near future.
319         
[1676]320    - 1.20alpha2 :
321   
[1678]322        - Now software accounting method reads accounter's
323          answer until a line with a single integer is
324          obtained or until all of its output has been read.
325          This should fix the problem some people have
326          when strange locale related messages are sent
327          when running subprocesses (Solaris only ?).
328         
[1676]329        - First version of ESC/P2 analyzer. Seems to work
330          ok at least with 'epson', 'epsonc', 'eps9mid'
331          and 'esp9high' ghostscript devices. Needs more
332          work to correctly analyze other devices.
333       
[1665]334    - 1.20alpha1 :
335   
[1675]336        - Fixed problem with number of copies in PCLXL parser.
337       
[1674]338        - Fixed problem with number of copies in PCL5 parser,
339          when number of copies was set outside of and before first
340          page.
341       
[1673]342        - Added workaround for number of copies directly set in
343          PostScript code.
344         
[1671]345        - Added german translation.
346       
[1665]347        - Fixed problem on first print for user group quota when
348          "enforcement: strict" is used.
349       
350        - Fixed interpolation problem in french translation.
351       
[1664]352    - 1.19 :
353   
354        - Updated existing translations.   
355       
356        - Added final Thai and Greek translations.
357       
358        - Minor last minute bug fixes.
359       
[1629]360    - 1.19beta :
361   
362        - LPRng support for both software and hardware accounting seems
363          to be OK.
364         
365        - Translation files fixed because of fuzzy matching problem. 
366       
[1639]367        - Fixed path to Swedish translation: 'sv' instead of 'se'.
[1633]368       
[1639]369        - Added first draft of Thai translation.
370       
371        - Fixed some minor bugs with Pychecker.
372       
[1622]373    - 1.19alpha35 :
374   
375        - Generic PDL analyzer now supports Binary PostScript documents
376          in addition to DSC compliant ones.
377       
[1611]378    - 1.19alpha34 :
379   
380        - LPRng support : software accounting seems to work fine,
381          but hardware accounting doesn't work yet.
382   
[1605]383    - 1.19alpha33 :
384   
385        - pykosd now accepts command line arguments. Enjoy !
386          NB : due to a bug in xosd, you need xosd version 2.2.8
387          or higher if you don't use the default C locale.
388         
[1600]389    - 1.19alpha32 :
390   
[1604]391        - Early (not working) version of the LPRng support rewrite.
[1600]392       
[1604]393        - Saner default configuration file.
394       
[1599]395    - 1.19alpha31 :
396   
397        - Fixed a double Python2.1 incompatibility with newer versions,
398          which prevented the PCL5 and the PCLXL parsers to work with
399          this older version of Python.
400         
[1592]401    - 1.19alpha30 :
402   
[1595]403        - Introduction of preliminary version of the pykosd command
404       
[1593]405        - Usernames, Groupnames and Printernames can now contain
406          ANY character, expected '/' and '@'.
407       
[1592]408        - Integrated most of the Debian work from Sergio
409          Gonz�z Gonz�z
410         
[1584]411    - 1.19alpha29 :
412   
[1591]413        - PCLXL parser should now correctly handle number of
414          copies set for each page.
415         
[1588]416        - Added testsuite for generic PDL analyzer.
417       
418        - Typo fixed in PCLXL parser.
419       
[1584]420        - Correctly dispatches error messages depending on the
421          situation : tools which can be run interactively will
422          ALWAYS output their logs to stderr, excepted for
423          their DEBUG messages, for which the "logger:"
424          directive as set in pykota.conf will be honored.
425          Tools which can't be run interactively will ALWAYS
426          honor the "logger:" directive as set in pykota.conf
427         
[1575]428    - 1.19alpha28 :
429   
[1582]430        - The description field for printers can now be set,
431          and is displayed in reports.
432         
433        - Fixed a small problem in SQL backend code.
434         
[1578]435        - Improved pkhint
436       
[1575]437        - First working PCL6 (aka PCLXL) parser !
438          Doesn't handle copies yet.
439       
[1570]440    - 1.19alpha27 :
441   
[1573]442        - Additionnal 10% speed increase in PCL5 parser for GhostScript
443          generated files (untested yet with other PCL files).
444         
[1572]445        - Reintroduced the use of mmap in PCL5 parser : this speedups
446          PCL5 parsing by almost 4 times.
447          This 4x with the 3x below give us in fact a twelvefold increase
448          in performance for PCL5 parsing !
449         
[1570]450        - The Python accelerator Psyco is now used if available
451          in the generic PDL parser : it speedups PCL5 parsing by
[1572]452          almost three times automagically.
[1570]453         
[1564]454    - 1.19alpha26 :
455   
456        - Fixed PCL5 parser according to the sources of rastertohp.
457       
[1566]458        - Fixed number of copies handling in PCL5 parser : the number
459          of copies could vary from page to page.
[1568]460         
461        - Added more debug information to PCLXL parser. 
[1566]462       
[1556]463    - 1.19alpha25 :
464   
[1558]465        - Added new "description" field to printers in both
[1556]466          PostgreSQL and LDAP. No code to handle this yet.
467         
[1558]468        - Reversed the fix for power save mode in printers : 
[1557]469          no paper or tray open would have caused people to
470          be undercharged.
471         
[1558]472        - Preliminary version of MySQL initialization script.
473         
[1552]474    - 1.19alpha24 :
475   
476        - Native PDF parsing code now works perfectly with
477          Python 2.1 and above, and is way faster than before.
478          GhostScript is not used anymore to convert PDF to PS,
479          because PDF is parsed directly.
480         
[1545]481    - 1.19alpha23 :
482   
[1549]483        - Fixed waitprinter.sh wrt PowerSave mode and some
484          printers. Thanks to Ryan Suarez.
485       
[1550]486        - Smart PDL analyzer now recognizes PDF too : two
487          PDF parsing methods are used : a native one which
488          is very fast but requires Python 2.3 or above, and
489          a slower one which uses Ghostscript. PyKota detects
490          automatically which method to use depending on your
491          version of Python.
[1547]492       
[1546]493        - All tracebacks now include PyKota's version number.
[1545]494         
[1542]495    - 1.19alpha22 :
496   
[1544]497        - Ensures that the file pointer for job's data is
498          reset to the start of the job's datas after the
499          job's size pre-computation phase.
500         
[1543]501        - Improved PostScript detection code for bad drivers
502          which don't correctly switch languages between PJL
503          and PS.
504       
[1542]505        - Even better debugging code.
506       
[1541]507    - 1.19alpha21 :
508   
[1542]509        - Additionnal check.
[1541]510       
[1536]511    - 1.19alpha20 :
512   
513        - More complete logging messages wrt accounters.
514       
[1539]515        - Now catches early failures occuring when the configuration
516          files are parsed.
517       
[1526]518    - 1.19alpha19 :
519   
520        - Fixed over-verbose exits when displaying help
521          or version.
[1527]522         
523        - Extended some PATH in the shell scripts 
[1532]524       
525        - Deleting an user now also deletes his payments history.
526       
527        - Doesn't explicitely ignore SIGCHLD anymore. This seems to
528          cause problems.
[1500]529
[1522]530    - 1.19alpha18 :
531   
532        - History of payments is now stored in the database, and
533          updated each time an user's balance is modified with
534          edpykota --balance. This history represents each time
535          the user was given some positive or negative credit,
536          but doesn't reflect price paid for jobs, which appear
537          in the jobs history instead.
538         
[1524]539        - Jobs history web reports now include the job's size in
540          bytes. Also columns were reordered to render the report
541          more easily readable.
542         
[1517]543    - 1.19alpha17 :
544   
545        - Mysterious bug (program exited unexpectedly without leaving
546          any log message) which occured once in a while when
547          cancelling jobs should be fixed now.
548         
549        - New 'crashrecipient' directive. Disabled by 
550          default. See sample configuration file to see how
551          to activate it. It is suggested that you activate it.
552         
553        - New PYKOTAJOBSIZEBYTES environment variable exported, 
[1519]554          which contains the job's size in bytes. Empty jobs
[1521]555          are now denied. This value is now stored in the job
556          history (but not yet displayed from the web interface)
[1517]557         
[1521]558        - Preliminary work on payments storage : the PostgreSQL 
559          and LDAP schemas should be OK now, but no code is written
560          yet to support this functionnality.
561         
[1502]562    - 1.19alpha16 :
563   
[1510]564        - the newuser and newgroup LDAP specific directives now accept
565          a second parameter to attach(), "fail" or "warn". If no entry
566          is found to attach PyKota attributes to, and "fail" was used,
567          then action is aborted and program exits in error. If "warn"
568          is used, a new entry is created but a warning message is logged.
569         
[1502]570        - The job's originating hostname is now stored in the database,
571          and exported as PYKOTAJOBORIGINATINGHOSTNAME in the environment.
572       
[1500]573    - 1.19alpha15 :
574   
575        - The old pykota filter is now removed. This means that
576          currently PyKota doesn't support LPRng anymore, but
577          LPRng support will be re-added, improved, in the near future.
578         
[1495]579    - 1.19alpha14 :
580   
[1499]581        - PYKOTAPRECOMPUTEDJOBSIZE and PYKOTAPRECOMPUTEDJOBPRICE
582          are now exported as environment variables.
583         
[1498]584        - Heavy CPU usage is now completely fixed it seems, by
585          introducing some 0.01 second sleeping when nothing to do.
586         
[1497]587        - Pre-computation of the job's size is now only
588          done when enforcement is "STRICT", this saves
589          CPU for people who don't want to use this new
590          feature.
591         
[1495]592        - New 'enforcement' directive which accepts either
593          STRICT or LAXIST. See sample configuration file
594          for details.
595         
[1494]596    - 1.19alpha13 :
597   
598        - Get back to an old version of the polling loop which
599          worked fine, but non-optimally. Will be optimized
600          as time permits.
601         
[1492]602    - 1.19alpha12 :
603   
604        - Job's size is now precomputed unconditionnally using
605          the generic PDL analyzer.
606          NB : This value is not yet used to pre-allow/deny the
607          job.
608       
[1490]609    - 1.19alpha11 :
610   
611        - The pykota filter is now completely deprecated and
612          can't be used anymore. LPRng users MUST download
613          an older version of PyKota. CUPS users MUST use
614          cupspykota. Better support for LPRng will come
615          in the near future.
616         
[1483]617    - 1.19alpha10 :
618   
[1488]619        - pykotme now uses generic PDL Analyzer directly instead
620          of spawning a new process.
621         
[1487]622        - Improvements to generic PDL Analyzer.
623       
[1485]624        - 25% Speedup in PCL parser. Getting more of the Python version
625          will probably be difficult, since the completely table driven
626          parser I wrote is slower than the original algorithm. Then,
627          the original algorithm is still used for now.
628          Probable that more speed could be achieved using mmap, at the
629          expense of severe memory consumption.
630       
[1483]631        - configuration simplifications : the "accounter" directive's
632          'hardware' arguments now accepts what was in the "requester"
633          directive as it's content. The "requester" directive is not
634          supported anymore. See sample configuration file for details.
635       
[1478]636    - 1.19alpha9 :
637       
[1482]638        - pkpgcounter is now just a wrapper around the PDLAnalyzer class
639       
[1480]640        - pykotaOptions LDAP attribute now accepts non-ascii characters
641          too.
642         
[1478]643        - First try at cupspykota main loop rewrite
644       
[1475]645    - 1.19alpha8 :
646   
647        - 'querying' accounting method is now called 'hardware'
648       
649        - 'external' accounting method is now called 'software'
650       
651        - 'stupid' accounting method doesn't exist anymore
652       
653        - 'snmp' requester doesn't exist anymore
654       
655        - code simplifications in external requester
656       
[1473]657    - 1.19alpha7 :
658     
659        - Database schema change (both LDAP and PostgreSQL) to
660          allow storage of the job-originating-hostname attribute.
661          An SQL upgrade script is present. The code is not yet
662          capable of setting/retrieving this attribute. Support
663          for this functionnality will be added in the future.
664         
[1463]665    - 1.19alpha6 :
666   
[1471]667        - problems connecting to SMTP servers are now catched.
668       
[1463]669        - pykotme now uses pkpgcounter to compute the size of the
670          job. This modification adds PCL5 and soon PCLXL (PCL6)
671          support. You can now get quotes for PCL in addition to
672          PostScript.
673         
[1464]674        - pkpgcounter now includes first try at PCLXL parser. 
675          It is currently disabled until it's finished.
676         
[1451]677    - 1.19alpha5 :
678   
[1458]679        - cupspykota polling loop fix for MacOSX (at least)
680       
[1459]681        - logging subsystem now logs PID too, to ease diagnosing
682          problems under heavy load.
683         
[1456]684        - pkpgcounter enhancements.
685       
[1453]686        - pkprinters --skipexisting now tells pkprinters to not
687          modify existing printers when --add is used.
688          pkprinters logs a warning message whenever --add is
689          used and a printer already exists.
[1451]690         
[1455]691        - LDAP schema now allows accented chars in pykotaFileName
692          and pykotaTitle attributes.
693       
[1447]694    - 1.19alpha4 :
695   
696        - a bad copy&paste prevented pkpgcounter to work at all, this
697          is now fixed.
698         
[1451]699        - improved PCL support in pkpgcounter, with the use of
700          HP PCL/PJL Reference Set
701          PCL5 Printer Language Technical Quick Reference Guide
[1449]702       
703        - pkpgcounter now uses mmap to speed things up : duration
[1450]704          is halved with the sample 87 pages PCL document I use for
705          testing.
[1448]706         
[1437]707    - 1.19alpha3 :
708   
709        - pkprinters now accepts the --list command line argument
710          to list informations about printers.
711         
[1430]712    - 1.19alpha2 :
713   
714        - pkpgcounter is now included as a smart external
715          accounter which can handle both PostScript and PCL.
716         
[1417]717    - 1.19alpha1 :
718   
[1421]719        - PYKOTALIMITBY environment variable is now exported too.
720       
[1417]721        - Inclusion of Michele Baldessari's work on autotools.
722       
[1415]723    - 1.18 :
724   
725        - Improved documentation
726       
[1411]727    - 1.18beta2 :
728     
729        - Fix for raw jobs with cupspykota
730       
[1404]731    - 1.18beta :
732   
[1405]733        - Small fix for new waitprinter.sh script
734       
[1404]735        - Better tracebacks on error conditions
736       
737        - Improved translations
738       
739        - Improved documentation
740       
[1396]741    - 1.18alpha15 :
[1398]742
743        - waitprinter.sh replaced by a new and possibly faster
[1404]744          and more powerful one.
[1396]745   
746        - Names can now begin with a digit.
747       
[1398]748        - Stability improvement for quotas set on printers groups.
[1396]749       
[1381]750    - 1.18alpha14 :
751   
[1384]752        - Catches more (all ?) problems with SMTP servers instead
753          of breaking.
754         
[1381]755        - Italian translation added.
756       
[1376]757    - 1.18alpha13 :
758   
759        - Pre and Post hooks are now available in the pykota
760          filter as well.
761         
762        - The pykota filter doesn't check last user's quota
[1377]763          anymore when delayed hardware accounting is used :
764          this will be done anyway the next time the last
765          user will print again. This saves some database
766          queries which are unneeded.
[1376]767       
[1372]768    - 1.18alpha12 :
769   
[1376]770        - Pre and Post hooks to external commands with many
[1372]771          many environment variables available are useable
772          from the cupspykota backend.
773          See sample configuration file for details and help.
774         
[1368]775    - 1.18alpha11 :
776   
777        - Hopefully final fix wrt groups (users and printers)
778       
[1365]779    - 1.18alpha10 :
780   
781        - Fixed nested printer groups accounting.
782       
783        - Fixed user groups + printer groups problem.
784       
[1360]785    - 1.18alpha9 :
786   
[1363]787        - Fix for LDAP problem when job price was 0.
788       
[1362]789        - Fix for empty user groups with LDAP.
790       
[1360]791        - Preliminary version of the snmpprinterstatus command added.
792       
[1358]793    - 1.18alpha8 :
794   
795        - Don't retrieve data when not needed.
796          This avoids many database queries.
797       
[1356]798    - 1.18alpha7 :
799   
800        - New experimental ldapcache directive to improve
801          LDAP caching.
802         
[1353]803    - 1.18alpha6 :
804       
805        - New configuration directive added : maildomain
806          to specify the domain to send mail to when user
807          email address is not set in PyKota database.
808         
809        - More complete email message headers. 
810         
[1351]811    - 1.18alpha5 :
812   
813        - Debian packaging specific files, contributed by
814          Peter Hawkins are now included in the project's tree.
815         
816        - Preliminary work on future low-level LDAP caching to speed
817          up modifications (at least).
818         
[1338]819    - 1.18alpha4 :
820   
[1345]821        - Applied some of the modifications suggested by
822          Peter Hawkins, for better Debian integration.
823          Most notably cupspykota, pykota, and the shell
824          scripts are now installed into /usr/share/pykota
825          instead of into /usr/bin
826          BEWARE : double check that your symbolic link
827          to cupspykota is correct, and that your pykota.conf
828          file use correct path for the shell scripts like
829          waitprinter.sh and al.
830         
[1338]831        - pkhint command added, to help in configuring correct
832          accounting method for PyKota.
833         
[1336]834    - 1.18alpha3 :
835   
836        - Fixed a rare bug in cupspykota backend which gave
837          incorrect "CUPS backend died abnormally" messages.
838       
[1330]839    - 1.18alpha2 :
840   
841        - Added the pkprinters command line tool to manage printers
842          exclusively.
843       
[1328]844    - 1.18alpha1 :
845   
846        - Preliminary work on Relationnal Database Independance.
847       
848        - Sample report made from OpenOffice.org added as PDF and SXC.
849       
[1323]850    - 1.17 :
851   
852        - Finalized release.
853       
[1321]854    - 1.17alpha2 :
855   
856        - Fix stupid software accounting bug in the CUPS backend.
857       
[1318]858    - 1.17alpha1 :
859   
860        - User/Group deletion code in edpykota rewritten.
861       
[1308]862    - 1.16 :
863   
864        - Preliminary documentation on how to use OpenOffice.org
865          to create personnalized reports for PyKota + PostgreSQL.
866         
867        - Spanish installation guide for CUPS+PyKota+PostgreSQL
868          added to the documentation. Doesn't yet document v1.16
869          though.
870       
871        - Portuguese Portuguese translation replaces Brasilian
872          Portuguese Translation. Brasilian portuguese
873          translation is still available under the 'br' locale.
874       
[1301]875    - 1.16beta3 :
876   
877        - Swedish translation added.
878       
879        - Small fix in documentation.
880       
[1291]881    - 1.16beta2 :
882   
883        - Small fix for job cancelling code while job already
884          printing in CUPS backend.
[1293]885         
886        - Big fix wrt printing policies for unknown users. 
[1291]887       
[1287]888    - 1.16beta1 :
889   
890        - Manpages upgraded.
891       
[1285]892    - 1.16alpha26 :
893   
894        - Job price is now computed like this :
895       
896          SUM((NbPages * PricePerPage) + PricePerJob)
897         
898          For current printer and all the printers groups it is
[1286]899          a member of, if any.
[1285]900         
901          This may be difficult to grasp, but offers unprecedented
902          flexibility.
903         
[1284]904    - 1.16alpha25 :
905   
906        - Email address can be set at user creation time,
907          using the following syntax :
908         
909            $ edpykota --add username/email@yourdomain.com
910       
[1271]911    - 1.16alpha24 :
912   
[1274]913        - CGI script now can show the printing history.
914       
[1272]915        - Bug wrt number of copies should be fixed.
916       
[1271]917        - Major code refactoring => It is now possible to
918          automatically add printers on first print.
919       
[1269]920    - 1.16alpha23 :
921   
[1270]922        - Fixed potential accuracy problem if a user printed on
923          several printers at the very same time.
[1269]924       
[1258]925    - 1.16alpha22 :
926   
927        - edpykota now allows adding printers to printer groups
928       
[1248]929    - 1.16alpha21 :
930   
931        - Allows the dot in user and printer names.
932       
[1249]933        - Printer groups are now cached too.
934       
[1240]935    - 1.16alpha20 :
936   
937        - Fixed several small bugs with the help of PyChecker.
938       
939    - 1.16alpha19 :
940     
941        - Fixed a bug in PostgreSQL backend's code.
942       
943    - 1.16alpha18 :
944   
945        - Initial code for printer groups support. Printer groups have
946          to be added with external tools like psql or gq for example.
947          Printer groups seems to work fine with users. Untested with user
948          groups for now.
949
950        - Several minor visual problems fixed in reports.
951       
952        - Fixed a bug in LDAP date handling.
953       
954        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
955          + some particular settings.
956         
957        - mailandpopup.sh shell script added. See sample configuration file
958          for details.
959       
960        - Several environment variables are now exported when executing
961          external commands (accounters, requesters, mailers) :
962           
963            PYKOTAUSERNAME => user who is printing
964            PYKOTAPRINTERNAME => printer on which the job is being sent
965            PYKOTATITLE => Job's title
966            PYKOTAFILENAME => Job's filename
967            PYKOTACOPIES => number of copies asked
968            PYKOTAOPTIONS => print command options (-o with CUPS)
969         
[1239]970    - 1.16alpha17 :
[1227]971   
[1239]972        - Added portugues translation.
973       
974        - Major code refactoring in accounters.
975       
976    - 1.16alpha16 :
977   
[1235]978        - Code refactoring, and addition of a real HTML reporter, to
979          have nice looking and useful web based reports (in the future).
980       
[1227]981        - Added utolower configuration option to convert all usernames
982          to lowercase during printing.
983         
[1226]984    - 1.15alpha15 :
985   
986        - Now includes the papwaitprinter.sh shell script to wait for
987          AppleTalk enabled printers.
988         
[1221]989    - 1.16alpha14 :
990   
991        - Now printing on a printer not defined in the Quota Storage,
992          results in the job being cancelled or stopped, depending
993          on the printing system.
994         
[1212]995    - 1.16alpha13 :
996   
997        - Small bugfix wrt Python v2.1
998       
[1215]999        - If username is an empty string, user root is assumed.
[1220]1000       
1001        - 'postgresql' is not recognized anymore as a storage backend,
1002          you have to use 'pgstorage' instead. 'postgresql' used to
1003          be supported for compatibility with very old PyKota versions,
1004          this is not the case anymore.
[1212]1005         
[1203]1006    - 1.16alpha12 :
1007   
1008        - Job price added to job history, to keep accounting correct
1009          if a printer price per page or per job is modified and the
1010          history is not reset : the history would have given a false
1011          amount of money charged before the printer's prices were
1012          modified, this addition solves the problem.
1013         
[1200]1014    - 1.16alpha11 :
1015   
1016        - Some preliminary modifications to the database structure for
1017          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
1018          database is now provided. LDAP attributes now support
1019          eq, pres and sub indexes.
1020         
1021        - Job history now contains additional informations : 
1022          number of copies, filename, title and print options.
1023         
[1194]1024    - 1.16alpha10 :
[1196]1025       
1026        - Some modifications done to external policy handling.
1027          See sample configuration file for details.
[1194]1028   
1029        - Spanish translation added.
1030       
[1192]1031    - 1.16alpha9 :
1032   
1033        - mailto can be set to external(...) to warn users above
1034          quota with any command of your choice (e.g. linpopup).
1035          Several parameters are available, see sample configuration
1036          file for details.
1037         
[1189]1038    - 1.16alpha8 :
1039   
[1191]1040        - Now cupspykota transmits SIGTERMS to the original 
1041          backend when the user deletes a job being processed.
1042         
[1189]1043        - The documentation is now licensed under the terms of the
1044          GNU GPL too.
1045         
[1185]1046    - 1.16alpha7 :
1047   
1048        - The CUPS backend is now fully functionnal (it seems).
1049       
1050        - From now on, the use of the pykota filter with CUPS
1051          is deprecated. The pykota filter still has to be
1052          used with LPRng though.
1053       
[1179]1054    - 1.16alpha6 :
1055   
1056        - Bug fixed : when edpykota was used to add a printer
1057          with no user or group name, a bad user/group name "*" was
1058          added to the database.
1059         
[1178]1060    - 1.16alpha5 :
1061   
1062        - New CUPS backend supports device enumeration !
1063          This means that NO manual CUPS configuration has to
1064          be done. All can now be done from CUPS web interface.
1065       
[1177]1066    - 1.16alpha4 :
1067   
1068        - New CUPS backend added.
1069       
[1175]1070    - 1.16alpha3 :
1071       
1072        - Minimal FAQ document added.
1073       
[1172]1074    - 1.16alpha2 :
1075   
1076        - CGI script now partially supports browser's language preference
1077       
[1170]1078    - 1.16alpha1 :
1079   
1080        - Ensures that the LDAP connection is really closed at end.
1081       
1082        - More complete error messages in case of LDAP operation failure.
1083       
[1168]1084    - 1.15 :
1085     
1086        - Documentation improved.
1087       
[1156]1088    - 1.15beta :
1089   
1090        - Command line tools now accept multiple printer
1091          names or wildcards, separated with commas.
1092         
[1152]1093    - 1.15alpha9 :
1094   
1095        - External policy can be used to auto-add unknown users
1096          and any other interesting things you may want to do.
1097          WARNING : You can't auto-add printers for now.
1098          They have to be created manually before.
1099          Look at sample configuration file for examples.
1100         
[1149]1101    - 1.15alpha8 :
1102   
1103        - Job history can be disabled if needed.
1104          This feature may be useful for people who use the LDAP
1105          backend and don't want their LDAP tree to grow out of
1106          control.
1107       
[1138]1108    - 1.15alpha7 :
1109   
1110        - More work done on caching wrt groups.
1111       
[1135]1112    - 1.15alpha6 :
1113   
1114        - Performance bottleneck with LDAP solved.
1115       
[1130]1116    - 1.15alpha5 :
1117   
1118        - Caching mechanism for all database queries.
1119
[1123]1120    - 1.15alpha4 :
1121   
1122        - Problem with Python 2.3 fixed. Needs some definitive
1123          modification.
1124         
[1121]1125    - 1.15alpha3 :
1126   
1127        - CGI script now tries to restrict view when the
1128          REMOTE_USER environment variable is set. This allows
1129          people to protect its use with .htaccess files.
1130          When unprotected, or if REMOTE_USER is 'root', then
1131          unrestricted access is granted.
[1122]1132          NB : REMOTE_USER is automatically set by the web server
1133          (e.g. Apache) when a page with restricted access is viewed.
[1121]1134         
[1116]1135    - 1.15alpha2 :
1136   
1137        - Better detection of LPRng.
1138       
1139        - Outputs a warning if printing system is unknown.
1140       
[1115]1141    - 1.15alpha1 :
1142   
1143        - Bug fix in SQL code.
1144       
[1113]1145    - 1.14 :
1146   
1147        - The PostgreSQL database connection is now always closed before
1148          exit. The LDAP database connection too, but it didn't suffer
1149          from the problem anyway, AFAICT.
1150       
[1111]1151    - 1.14beta2 :
1152   
1153        - An LDAP-specific configuration field was introduced, usermail.
1154          Use it to specify which LDAP attribute contains a valid email
1155          address for the user. See sample configuration file for
1156          details.
1157       
[1105]1158    - 1.14beta :
1159   
1160        - Two new LDAP-specific configuration fields were introduced,
1161          newuser and newgroup. Use them to specify if you want to add
1162          quota information to existing entries or elsewhere.
1163          See sample configuration file for details.
1164         
[1099]1165    - 1.14alpha9 :
1166   
1167        - Documentation improved.
1168       
1169        - pykotme now also prints the user's account balance value
1170          if the user is registered in the Quota Storage and his
1171          limiting factor is "balance".
1172         
[1095]1173    - 1.14alpha8 :
1174   
1175        - bin/waitprinter.sh is now included to wait for
1176          SNMP enabled printers to be idle again before
1177          asking for their internal page counter.
1178          See sample configuration file for details.
1179         
[1089]1180    - 1.14alpha7 :
1181   
1182        - edpykota now doesn't check if the user/group is above
1183          quota. The check is only done at print time. This
1184          prevents the sending of email messages when creating
1185          user quotas if quota is already reached at creation
1186          time.
1187         
[1087]1188    - 1.14alpha6 :
1189   
1190        - Configuration file split and moved to /etc/pykota/pykota.conf
1191          and /etc/pykota/pykotadmin.conf to prevent simple users to
1192          have Read/Write access to the Quota Database.
1193          Don't forget to :
1194         
1195                $ chmod 640 /etc/pykota/pykotadmin.conf
1196               
1197        - storageuser and storageuserpw configuration fields reintroduced
1198          for the same reason.
1199         
1200        - Code cleaning for future implementation of email addresses
1201          support in the PostgreSQL and LDAP backends.
1202         
[1085]1203    - 1.14alpha5 :
1204       
1205        - Big bug fixed when changing the prices for a printer
1206       
[1082]1207    - 1.14alpha4 :
1208   
1209        - When adding an user, the user itself and its account balance
1210          are now added in the same LDAP entry. Before they were added
1211          as two different LDAP entries.
1212         
[1079]1213    - 1.14alpha3 :
1214   
1215        - Email field added to PostgreSQL database. An upgrade script
1216          is included in initscripts/postgresql.
1217       
[1078]1218    - 1.14alpha2 :
1219   
1220        - Typo fixed when using the --prototype option to edpykota
1221       
[1077]1222    - 1.14alpha1 :
1223   
1224        - Poor man's treshold included : users with a low account
1225          balance (below 1.0 by default, configurable) are sent
1226          a warning message.
1227         
1228        - All warning messages to users are now configurable. 
1229          NB : Warning messages to the administrator are not.
1230       
[1068]1231    - 1.13 :
1232   
[1072]1233        - Some small fixes wrt group handling.
1234       
[1068]1235        - The whole module code was passed through PyChecker and
1236          several small code inconsistencies were fixed,
1237          as well as a bug in the groups code.
1238         
[1067]1239    - 1.13alpha1 :
1240   
1241        - Bug fix wrt LDAP.
1242       
[1065]1243    - 1.12 :
1244   
1245        - More complete test added in edpykota.
1246       
[1062]1247    - 1.12alpha2 :
1248   
1249        - The previous bug fix was incomplete. This is corrected.
1250       
[1061]1251    - 1.12alpha1 :
1252   
1253        - Small bug fix.
1254       
[1057]1255    - 1.11 :
1256   
1257        - Now includes the pykotme command line tool, to produce
1258          printing quotes for users.
1259         
[1056]1260    - 1.10 :
1261   
1262        - Bug fixed wrt quota reports when print limiting is by
1263          account balance.
1264         
[1052]1265    - 1.09 :
1266   
1267        - Translations finalized.
1268       
1269        - Manpages updated.
1270       
1271        - Installation documentation improved wrt LDAP support.
1272       
[1049]1273    - 1.09beta2 :
1274   
1275        - The CGI script for quota reports works again, and
1276          is much more powerful.
1277       
[1043]1278    - 1.09beta :
1279   
1280        - edpykota finalized
1281       
[1041]1282    - 1.09alpha2 :
1283   
1284        - LDAP schema modified a bit. Please upgrade.
1285       
1286        - LDAP backend works !
1287       
1288        - repykota and warnpykota allow the root user to pass
1289          users or groups names on the command line. Users
1290          and groups names may contain wildcards.
1291         
1292        - repykota and warnpykota only reports or warns the
1293          current user when launched by non-root users.
1294         
1295        - Minor bug fixes. 
1296   
[1029]1297    - 1.09alpha1 :
1298   
1299        - More work on LDAP storage backend. Many options
1300          were added to /etc/pykota.conf to give some
1301          hints to the LDAP storage backend.
[1044]1302         
1303        - Severe database access optimizations were done by
1304          rewriting most of the Quota Storage backends drivers.
[1029]1305     
[1027]1306    - 1.08 :
1307   
1308        - Major bug fix wrt LPRng support for remote jobs.
[1029]1309       
[1027]1310        - Major bug fix wrt increase/decrease account balances.
1311       
[1021]1312    - 1.08alpha8 :
1313   
1314        - Code refactoring.
[1029]1315       
[1021]1316        - A single user/password pair is used to connect
1317          to the database backend. The storageuser configuration
1318          field, and its associated passwords storageuserpw, are
1319          not used anymore.
[1029]1320         
[1022]1321        - You can now set PyKota in debug mode, see sample configuration 
1322          file for details.
1323          WARNING : only Quota Storage backend queries are logged in
1324          debug mode, for now.
[1021]1325       
[1019]1326    - 1.08alpha7 :
1327   
1328        - Very latest LDAP schema.
[1029]1329       
[1019]1330        - Code enhancement wrt easy pluggability of PyKota attributes
1331          and object classes into an existing LDAP directory.
1332       
[1017]1333    - 1.08alpha6 :
1334   
1335        - Minor bug corrections
[1029]1336       
[1017]1337        - More work on LDAP : new schema
1338       
[1016]1339    - 1.08alpha5 :
1340   
[1017]1341        - More good work on LDAP storage.
1342          repykota now works reasonably well with the sample LDAP directory.
[1016]1343       
[1014]1344    - 1.08alpha4 :
1345   
1346        - LDAP schema included.
1347          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
1348          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
1349          MAY CHANGE IN THE FUTURE. PLEASE TELL US
1350          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
1351          MAILING LIST.
1352         
[1000]1353    - 1.08alpha3 :
1354   
1355        - External accounting methods were partly rewritten :
1356         
1357          - No more "broken pipe" should happen.
1358         
1359          - They now take care of the number of copies
1360            This may be unneeded though, if the postscript
1361            file already does this, because this would
1362            overcharge users (number of copies counted
1363            two times). NEEDS MORE TESTING.
1364           
1365          - The sample configuration file now contains 
1366            an external accounting method example which should
1367            work with all DSC compliant Postscript files.
1368           
1369        - Some small bugs were fixed.   
1370       
[998]1371    - 1.08alpha2 :
1372   
1373        - Now works with net-snmp v5.0 and above.
1374          It already worked, but the sample configuration
[1000]1375          file didn't contain appropriate values...
[998]1376       
[991]1377    - 1.07 : Release of the Shame !
1378   
1379        - The external accounting methods driver was left out of
1380          the CVS tree. Nobody could use it since it wasn't included !
1381         
[989]1382    - 1.06 :
1383   
1384        - Severe bug fixed : if you had a printer in
1385          power saving state which couldn't answer immediately,
1386          a bug was triggered.
1387          It was caused by a bad copy/paste which
1388          forgot to import a Python module at run time.
1389         
[980]1390    - 1.05 :
1391   
1392        - External accounters are finally available !
1393          This means that you can plug any page accounting
1394          method you like by setting the appropriate
1395          'accounter' field in /etc/pykota.conf
1396          See the sample conf/pykota.conf.sample to
1397          learn how to do.
1398         
1399          NB : Both 'external' and 'stupid' accounting methods
1400               account a job size just before *this* job is
1401               sent to the printer.
1402               The original 'querying' method accounts a job
1403               size just before *the next* job is sent to
1404               the printer.
1405       
[976]1406    - 1.05alpha3 :
1407   
1408        - A 'stupid' and unreliable accounting method was
1409          implemented to serve as an example on how to
1410          do this sort of things. This method only counts
1411          the 'showpage' statements in the input data.
1412          See sample configuration file for details.
1413          Pluggable accounting methods work, but I advise
1414          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
1415          It is not reliable enough to be used.
[978]1416          Use the 'querying' accounting method instead.
[976]1417         
[973]1418    - 1.05alpha2 :
1419   
1420        - Pluggable accounting methods.
1421       
[975]1422        - Better error handling.
1423       
[962]1424    - 1.05alpha1 :
1425   
[969]1426        - SECURITY file added to help improve PyKota's security.
1427       
[962]1428        - Extracting the printer's internal page counter is now
1429          tried several times, waiting several seconds between
1430          two tries. This lets the time to warm up for some printers
1431          which don't answer when they are sleeping (my Apple
1432          LaserWriter 16/600 PS is in this case, maybe others too)
1433         
[970]1434        - Small display bug fixed in repykota
1435         
[960]1436    - 1.04 :
[956]1437   
1438        - Default print policy for users/groups unknown from
1439          the print quota system is now DENY instead of ALLOW,
1440          since ALLOW can generate inaccurate results
1441          (incorrect job sizes charged to the wrong persons)
1442         
[954]1443        - LPRng support works !
1444       
[953]1445        - A bug was introduced some time ago wrt printers' default
1446          policy for unknown users. It is now corrected.
1447       
[950]1448        - repykota now displays prices per job and per page for each
1449          printer, if they are defined.
1450         
[947]1451        - Minor display bug fixed in repykota.
1452       
1453        - Problem when running repykota with an empty database was fixed.
1454       
[942]1455    - 1.03 :
1456   
1457        - Upgrade script included for earlier versions.
1458          Please look inside the initscripts subdirectory.
[965]1459          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
[942]1460         
[932]1461        - repykota now reports account balances too.
[929]1462       
[932]1463        - PyKota now has a nice logo, see the logos
1464          subdirectory.
1465       
[936]1466        - Manual pages were finally updated.
1467       
[927]1468        - Group quotas seem to work now !
1469       
[910]1470        - The new database schema allows to keep an history of all
1471          jobs as well as charge users per page and/or per job,
1472          and track users' account balance.
1473         
[917]1474        - edpykota now accepts much more command line options to 
1475          use the new functionnalities. See edpykota --help for
1476          details.
1477         
[885]1478        - The installation script now allows to install the sample
1479          configuration file during first installation.
[892]1480         
1481        - More group quota code works, but still not finished. 
[885]1482       
[894]1483        - The CGI script displays a link to PyKota's website.
1484       
[899]1485        - The job history is now kept, this will allow per-period
1486          reports in the future.
[900]1487         
1488        - After having modified the quota for an user with edpykota,
1489          a quota check is done to eventually warn the user/admin about
1490          a quota which is too low to print.
1491         
[901]1492        - A workaround is provided for HP Printers : their internal
1493          page counter is only saved to NVRAM in a 10 increment, so
1494          if you switch them off and then on, the reported page counter
1495          may be lower than the real number of pages printed.
1496          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
[909]1497          We unconditionnally set the last job's page count to
1498          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
1499          in this case.
[908]1500          For a more accurate accounting, never switch your HP printers
1501          off.
[901]1502         
1503        - A fix is provided for printers which only have a volatile 
1504          page counter (reset to 0 every time you switch the printer on)
[908]1505          This should allow PyKota to work reasonably fine with HP Laserjet
1506          4L/5L/6L, not perfect, but better than nothing.
[901]1507          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
[908]1508          For a more accurate accounting, never switch your HP printers
[925]1509          off. This is untested, please report any problem.
[901]1510         
[907]1511        - A bug was fixed when edpykota --add was used with users who already
1512          had a quota on the specified printer.
1513         
[913]1514        - A small display bug in repykota was introduced in preliminary
1515          1.03 versions, and fixed later on.
[915]1516         
1517        - Some minor bugs which happened in rare situations were fixed.
[913]1518       
[919]1519        - Support for AppleTalk printers was added, see sample configuration
1520          file for details.
[925]1521         
1522        - Users and group printing can now be controlled (limited) either by 
1523          print quota or by account balance.
[919]1524       
[877]1525    - 1.02 :
[859]1526   
[871]1527        - The installation script now checks for software availability
1528          and in case a software is missing asks the user if he
1529          wants to continue with the installation or abort it.
1530         
[872]1531        - The configuration file pykota.conf is now expected to be
1532          found in /etc instead of in /etc/cups
1533          The installation script prompts the user to see if he
1534          wants to move an old configuration file to the new location
1535          if needed.
1536         
[859]1537        - Improved documentation.
1538       
1539        - You can now set the tcp/ip port on which the Quota Storage
1540          Server is listening, see sample configuration file for details.
1541       
[872]1542        - Better general error handling.
[859]1543       
[875]1544        - Upgrade script for pre 1.01 PostgreSQL database schema is now
1545          included as well.
1546       
[852]1547    - 1.01 :
1548   
1549        - The configuration file now accepts an option   
1550          to choose the recipient(s) of the email messages :
1551         
1552            - DevNull means no one will receive them.
1553            - User means only the user will receive them.
1554            - Admin means only the admin will receive them.
1555            - Both means the User and the Admin will receive them.
1556           
[853]1557        - The configuration file now uses hard-coded default values
1558          when an option is not set. See sample configuration file
1559          for details.
1560         
[852]1561        - Manual pages are included since 1.00, but I forgot to   
1562          add this information to this file.
1563         
[855]1564        - Redistribution terms for the official package have 
1565          softened and are now fully GPL compatible :
1566          unrestricted modification is now allowed even for
1567          the version number.
1568         
[846]1569    - 1.00 :
1570   
1571        - edpykota now accepts a --noquota option. This
1572          disable quota checking while still doing page
1573          accounting. This is really useful for people
1574          who don't want to limit their users but want
1575          to know how much pages they print.
1576         
1577        - Some untested scripts were added to retrieve
1578          the life time page counter of non-SNMP printers.
1579         
1580        - Every directory now has a specific README file. 
1581       
[833]1582    - 0.99 :
1583   
1584        - Under some circumstances while the user wasn't allowed
1585          to print, he didn't receive any email message. It is
1586          now fixed.
1587         
1588        - When an user wasn't allowed to print, the quota for
[835]1589          the previous user wasn't updated. This is now fixed.
[833]1590         
[827]1591    - 0.98 :
1592   
1593        - Correctly handle the case where the printer is switched off.
1594       
[828]1595        - Small bug wrt syslog fixed.
1596       
[819]1597    - 0.97 :
1598   
1599        - edpykota accepts wildcards on its command line for users/groups too
1600          if the --add option is not set, e.g. :
1601         
1602              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
1603             
[821]1604        - If no user name is passed at all, then a default wildcard of "*"
[819]1605          which means apply the command on ALL users for this printer is used.
1606         
1607        - Small bug fixes.
1608       
[803]1609    - 0.96 :
1610
[808]1611        - Options requester, policy, admin, adminmail and gracedelay can now
[807]1612          be set either globally or per printer. The printer option has
1613          priority if both are defined.
[803]1614
[807]1615        - More powerful configuration parser.
1616       
1617        - If all options are defined globally, there's no need to
1618          define a section for each printer in the configuration
1619          file anymore. Just define a [global] section and it's ok.
[803]1620
[797]1621    - 0.95 :
1622
[798]1623        - External requesters for printers finally added.
[797]1624
1625        - Full internationalization (english and french are supported)
1626 
1627        - More complete quota usage report
1628
1629        - CGI script to access to the quota usage report
1630
1631        - Several bugs fixed.
1632
1633
1634    - 0.9 :
1635
1636        - First public version
Note: See TracBrowser for help on using the browser.