root / pykota / trunk / NEWS @ 2345

Revision 2345, 66.4 kB (checked in by jerome, 19 years ago)

Removed the outdated and confusing autoconf/automake stuff.
pkpgcounter is now distributed separately ONLY.
Severity : Installing this version without downloading and installing
pkpgcounter v1.56 or higher first WILL BREAK your PyKota setup.

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