root / pykota / trunk / NEWS @ 2562

Revision 2562, 71.5 kB (checked in by jerome, 19 years ago)

1.23 final is out.

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