root / pykota / trunk / NEWS @ 1639

Revision 1639, 43.3 kB (checked in by jalet, 20 years ago)

Note about recent changes

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