root / pykota / trunk / NEWS @ 1570

Revision 1570, 40.4 kB (checked in by jalet, 20 years ago)

Now uses Psyco if it is available

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