root / pykota / trunk / NEWS @ 2277

Revision 2277, 64.0 kB (checked in by jerome, 19 years ago)

Fixed incorrect loop counter in pjl and snmp accounters.
Now uses USTATUS in the pjl accounter to workaround printers
which switch to 'busy' state when we request their status
(meaning they were always busy) : seems to work just fine
now on my HP2300N.

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