root / pykota / trunk / NEWS @ 1544

Revision 1544, 38.7 kB (checked in by jalet, 20 years ago)

Resets file pointer to start of file in all cases

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