root / pykota / trunk / NEWS @ 2119

Revision 2119, 59.5 kB (checked in by jalet, 19 years ago)

It's "Brazilian" and not "Brasilian"

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