root / pykota / trunk / NEWS @ 1552

Revision 1552, 39.5 kB (checked in by jalet, 20 years ago)

Native PDF parser greatly improved.
GhostScript? based PDF parser completely removed because native code
is now portable across Python versions.

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