root / pykota / trunk / NEWS @ 1891

Revision 1891, 52.0 kB (checked in by jalet, 20 years ago)

Added a note about the Norwegian Bokm�l translation

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