root / pykota / trunk / NEWS @ 3090

Revision 3090, 83.0 kB (checked in by jerome, 17 years ago)

Now pkinvoice works internally like pkrefund. Huge code
factorization is now possible (but will wait next
development cycle).

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