root / pykota / trunk / NEWS @ 1871

Revision 1868, 51.6 kB (checked in by jalet, 20 years ago)

Minor changes to debian subtree

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