root / pykota / trunk / NEWS @ 2779

Revision 2779, 76.9 kB (checked in by jerome, 18 years ago)

pknotify now works just fine with PyKotIcon? and is 100% generic.

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