Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv28477/htdocs

Modified Files:
        ChangeLog requirements.ht requirements.html 
Log Message:
Update minimum Python requirement for TMDA to version 2.1.2.

This is because the email package requires at least 2.1.2.

Versions prior to this contain a bug in rfc822.AddressList (which
email uses) where empty `<>' addresses are handled incorrectly which
can lead to parsing errors.

The downside is that many users use Python 2.1.1, as that's what
recent RedHat releases have shipped, and will have to upgrade.

The upside is that address parsing of incoming mail will be more
robust, which is very important given how malformed SPAM often is.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   2 Sep 2002 01:23:54 -0000       1.153
+++ ChangeLog   13 Sep 2002 00:44:33 -0000      1.154
@@ -1,3 +1,8 @@
+2002-09-12  Jason R. Mastaler  <[EMAIL PROTECTED]>
+
+       * requirements.ht (Links): Update Python minimum requirement to
+       version 2.1.2.
+
 2002-09-01  Jason R. Mastaler  <[EMAIL PROTECTED]>
 
        * tmda-ofmipd.ht: Document `-R' option.

Index: requirements.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/requirements.ht,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- requirements.ht     25 Jul 2002 00:07:27 -0000      1.12
+++ requirements.ht     13 Sep 2002 00:44:33 -0000      1.13
@@ -7,10 +7,10 @@
 prerequisite software installed first.<br><br>
 
 <li>The <a href="http://www.python.org/download/"; TARGET="Resource Window">Python</a> 
-programming language.  Versions 2.0 and higher are supported, but 2.2 or higher is
-highly recommended.  Many UNIX/Linux distributions now come with
-Python pre-installed.  To check whether it is and what version you
-have installed, try typing <strong>python</strong> and/or
+programming language.  Versions 2.1.2 and higher are supported, but
+2.2 or higher is recommended.  Many UNIX/Linux distributions now come
+with Python pre-installed.  To check whether it is and what version
+you have installed, try typing <strong>python</strong> and/or
 <strong>python2</strong> at your shell's command line:
 
 <blockquote><pre>

Index: requirements.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/requirements.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- requirements.html   19 Aug 2002 17:30:07 -0000      1.25
+++ requirements.html   13 Sep 2002 00:44:33 -0000      1.26
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Aug 19 11:29:09 2002 -->
+<!-- Thu Sep 12 18:32:47 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -144,10 +144,10 @@
 prerequisite software installed first.<br><br>
 
 <li>The <a href="http://www.python.org/download/"; TARGET="Resource Window">Python</a> 
-programming language.  Versions 2.0 and higher are supported, but 2.2 or higher is
-highly recommended.  Many UNIX/Linux distributions now come with
-Python pre-installed.  To check whether it is and what version you
-have installed, try typing <strong>python</strong> and/or
+programming language.  Versions 2.1.2 and higher are supported, but
+2.2 or higher is recommended.  Many UNIX/Linux distributions now come
+with Python pre-installed.  To check whether it is and what version
+you have installed, try typing <strong>python</strong> and/or
 <strong>python2</strong> at your shell's command line:
 
 <blockquote><pre>

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to