root / pykota / trunk / NEWS @ 2454

Revision 2454, 70.3 kB (checked in by jerome, 19 years ago)

Added the -I | --increase command line switch to edpykota

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