root / pykota / trunk / NEWS @ 1806

Revision 1806, 50.6 kB (checked in by jalet, 20 years ago)

Now warnpykota only warns users who have already printed, to not confuse
users who have just opened their account.

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