root / pykota / trunk / NEWS @ 2307

Revision 2307, 64.8 kB (checked in by jerome, 19 years ago)

Added the striptitle directive.

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