diff options
author | tkikuchi <> | 2005-12-31 11:43:56 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-12-31 11:43:56 +0000 |
commit | 8de72a63deea131d84b606b88018fa19278bca35 (patch) | |
tree | f47b95bc28ab37422c758b58c27e2d5b2d4c52c7 | |
parent | 1fa0ad72206f3a49736ee915e3c9010e91a7e611 (diff) | |
download | mailman2-8de72a63deea131d84b606b88018fa19278bca35.tar.gz mailman2-8de72a63deea131d84b606b88018fa19278bca35.tar.xz mailman2-8de72a63deea131d84b606b88018fa19278bca35.zip |
Bumping version to 2.1.7 final.
-rw-r--r-- | Mailman/Version.py | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | admin/www/index.ht | 5 | ||||
-rw-r--r-- | admin/www/index.html | 7 | ||||
-rw-r--r-- | admin/www/version.ht | 5 | ||||
-rw-r--r-- | admin/www/version.html | 7 |
6 files changed, 17 insertions, 13 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index d8293434..e35db294 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Mailman version -VERSION = "2.1.7rc1" +VERSION = "2.1.7" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -28,7 +28,7 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 7 -REL_LEVEL = GAMMA +REL_LEVEL = FINAL # at most 15 beta releases! REL_SERIAL = 1 @@ -4,7 +4,7 @@ Copyright (C) 1998-2005 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.7rc1 (24-Dec-2005) +2.1.7 (31-Dec-2005) Security diff --git a/admin/www/index.ht b/admin/www/index.ht index f1da36c2..03ccc98c 100644 --- a/admin/www/index.ht +++ b/admin/www/index.ht @@ -36,9 +36,9 @@ reporting suspected security vulnerabilities. <h3>Current Version</h3> The current stable GNU Mailman version is -<!-VERSION--->2.1.7rc1<!-VERSION--->, +<!-VERSION--->2.1.7<!-VERSION--->, released on -<!-DATE--->24-Dec-2005<!-DATE--->. +<!-DATE--->31-Dec-2005<!-DATE--->. <h3>Acknowledgements</h3> @@ -59,3 +59,4 @@ Corporation</a>, as well as the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mailman/mailman/ACKNOWLEDGMENTS?rev=HEAD&content-type=text/vnd.viewcvs-markup" >list of contributors</a>, bug hunters, big idea people, and others who have helped immensely with Mailman's development. +t. diff --git a/admin/www/index.html b/admin/www/index.html index d2b8df0d..d394d238 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Mon Dec 26 22:26:57 2005 --> +<!-- Sat Dec 31 18:37:18 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -189,9 +189,9 @@ reporting suspected security vulnerabilities. <h3>Current Version</h3> The current stable GNU Mailman version is -<!-VERSION--->2.1.7rc1<!-VERSION--->, +<!-VERSION--->2.1.7<!-VERSION--->, released on -<!-DATE--->24-Dec-2005<!-DATE--->. +<!-DATE--->31-Dec-2005<!-DATE--->. <h3>Acknowledgements</h3> @@ -212,6 +212,7 @@ Corporation</a>, as well as the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mailman/mailman/ACKNOWLEDGMENTS?rev=HEAD&content-type=text/vnd.viewcvs-markup" >list of contributors</a>, bug hunters, big idea people, and others who have helped immensely with Mailman's development. +t. </td><!-- end of body cell --> </tr><!-- end of sidebar/body row --> diff --git a/admin/www/version.ht b/admin/www/version.ht index 43601a3e..0448f5a0 100644 --- a/admin/www/version.ht +++ b/admin/www/version.ht @@ -4,9 +4,10 @@ Links: links.h download-links.h <h3>Current Mailman Version</h3> <p>Version -<!-VERSION--->2.1.7rc1<!-VERSION--->, +<!-VERSION--->2.1.7<!-VERSION--->, released on -<!-DATE--->24-Dec-2005<!-DATE---> +<!-DATE--->31-Dec-2005<!-DATE---> is the latest stable release. See also information on <a href="prev.html">previous version</a> if you're not yet ready to upgrade. +e. diff --git a/admin/www/version.html b/admin/www/version.html index da8a1946..38982a7f 100644 --- a/admin/www/version.html +++ b/admin/www/version.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Mon Dec 26 22:26:57 2005 --> +<!-- Sat Dec 31 18:37:18 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -179,12 +179,13 @@ entire article is permitted in any medium, provided this notice is preserved. <h3>Current Mailman Version</h3> <p>Version -<!-VERSION--->2.1.7rc1<!-VERSION--->, +<!-VERSION--->2.1.7<!-VERSION--->, released on -<!-DATE--->24-Dec-2005<!-DATE---> +<!-DATE--->31-Dec-2005<!-DATE---> is the latest stable release. See also information on <a href="prev.html">previous version</a> if you're not yet ready to upgrade. +e. </td><!-- end of body cell --> </tr><!-- end of sidebar/body row --> |