root / pykota / trunk / NEWS @ 2030

Revision 2030, 56.7 kB (checked in by jalet, 19 years ago)

Big bug fix wrt the datelimit attribute

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