root / pykota / trunk / NEWS @ 2179

Revision 2179, 60.4 kB (checked in by jerome, 19 years ago)

Added a note about yesterday's fix

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