root / pykota / trunk / NEWS @ 1717

Revision 1717, 47.0 kB (checked in by jalet, 20 years ago)

First version of dumpykota. Works fine but only with PostgreSQL backend
for now.

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