root / pykota / trunk / NEWS @ 2452

Revision 2452, 70.1 kB (checked in by jerome, 19 years ago)

Upgraded database schema.
Added -i | --ingroups command line option to repykota.
Added -C | --comment command line option to edpykota.
Added 'noquota', 'noprint', and 'nochange' as switches for edpykota's
-l | --limitby command line option.
Severity : entirely new features, in need of testers :-)

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