root / pykota / trunk / NEWS @ 3136

Revision 3136, 84.2 kB (checked in by jerome, 17 years ago)

Fixed email headers when sending messages.

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