root / pykota / trunk / NEWS @ 2365

Revision 2365, 66.6 kB (checked in by jerome, 19 years ago)

Increased the timeout

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