root / pykota / trunk / NEWS @ 3075

Revision 3075, 82.6 kB (checked in by jerome, 17 years ago)

Added the --noremote command line option to pknotify.

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