root / pykota / trunk / NEWS @ 1505

Revision 1502, 36.0 kB (checked in by jalet, 20 years ago)

First try at saving the job-originating-hostname in the database

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