root / pykota / trunk / NEWS @ 1705

Revision 1705, 46.7 kB (checked in by jalet, 20 years ago)

Version

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