root / pykota / trunk / NEWS @ 1532

Revision 1532, 38.1 kB (checked in by jalet, 20 years ago)

Doesn't ignore SIGCHLD anymore

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