root / pykota / trunk / NEWS @ 2414

Revision 2414, 67.8 kB (checked in by jerome, 19 years ago)

Fixed banner accounting

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