root / pykota / trunk / NEWS @ 1557

Revision 1557, 39.8 kB (checked in by jalet, 20 years ago)

Added comment about waitprinter.sh fix reversal

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