root / pykota / trunk / NEWS @ 1941

Revision 1941, 53.2 kB (checked in by jalet, 19 years ago)

Added Turkish translation thanks to Baris Cicek

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