root / pykota / trunk / NEWS @ 3135

Revision 3135, 84.1 kB (checked in by jerome, 17 years ago)

Increased version number.

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