root / pykota / trunk / NEWS @ 1901

Revision 1901, 52.3 kB (checked in by jalet, 19 years ago)

Added a miniparser for IPP messages (RFC 2910). The job-originating-host-name
retrieval is now fiable, unless the CUPS developpers change something...

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