root / pykota / trunk / NEWS @ 2073

Revision 2073, 59.2 kB (checked in by jalet, 19 years ago)

Fixed the --prototype command line option to edpykota

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