root / pykota / trunk / NEWS @ 1969

Revision 1969, 54.7 kB (checked in by jalet, 19 years ago)

Integrated and extended Stefan Wold's patch to store print quota entries
directly below the user or the group object with the LDAP backend

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