root / pykota / trunk / NEWS @ 1495

Revision 1495, 35.1 kB (checked in by jalet, 20 years ago)

New 'enforcement' directive added
Polling loop improvements

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