root / pykota / trunk / NEWS @ 2447

Revision 2447, 69.1 kB (checked in by jerome, 19 years ago)

I went too far in the previous modification designed to save database
queries, the print quota entries for the current user on the printers
groups the current printer is a member of weren't created.
Severity : high

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