root / pykota / trunk / NEWS @ 2880

Revision 2880, 78.0 kB (checked in by jerome, 18 years ago)

Double checked that all DateTime? objects are correctly handled in
all cases.

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