root / pykota / trunk / NEWS @ 2755

Revision 2755, 76.3 kB (checked in by jerome, 18 years ago)

This time is the good one (tm) (c) (etc...)

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