root / pykota / trunk / NEWS @ 3084

Revision 3084, 82.9 kB (checked in by jerome, 17 years ago)

pkrefund can now create refunding receipts in the PDF format.

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