root / pykota / trunk / NEWS @ 1524

Revision 1524, 37.7 kB (checked in by jalet, 20 years ago)

Improved web history reports

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