root / pykota / trunk / NEWS @ 2344

Revision 2344, 66.1 kB (checked in by jerome, 19 years ago)

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

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