root / pykota / trunk / NEWS @ 3036

Revision 3036, 81.3 kB (checked in by jerome, 18 years ago)

Charging for ink usage, finally !

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