root / pykota / trunk / NEWS @ 1814

Revision 1814, 50.8 kB (checked in by jalet, 20 years ago)

More complete PATH.
pkhint doesn't use absolute path to search for helper commands anymore.

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