root / pykota / trunk / NEWS @ 1527

Revision 1527, 37.9 kB (checked in by jalet, 20 years ago)

Extended the PATH

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