root / pykota / trunk / NEWS @ 1693

Revision 1693, 46.1 kB (checked in by jalet, 20 years ago)

Fixed problem with mod_auth_ldap Apache module

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