root / pykota / trunk / NEWS @ 1671

Revision 1671, 43.7 kB (checked in by jalet, 20 years ago)

German translation added

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