root / pykota / trunk / NEWS @ 2409

Revision 2409, 67.7 kB (checked in by jerome, 19 years ago)

The cupspykota backend was rewritten from scratch. MacOSX servers should
work just fine now.
Severity : High. Testers MORE than welcome :-)

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