root / pykota / trunk / NEWS @ 1673

Revision 1673, 43.8 kB (checked in by jalet, 20 years ago)

Added workaround for number of copies and some PostScript? drivers

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