root / pykota / trunk / NEWS @ 2600

Revision 2600, 72.9 kB (checked in by jerome, 18 years ago)

dumpykota now accepts --data all to dump the whole database in XML format.

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