diff options
author | tkikuchi <> | 2006-04-06 20:30:58 +0000 |
---|---|---|
committer | tkikuchi <> | 2006-04-06 20:30:58 +0000 |
commit | 11e3f921ecad432494b0903fa2b4cfcca7f9fae6 (patch) | |
tree | 669b9025164eff12e85cab0474d4622ef0b722cd | |
parent | 369a0c8bf117099edb3761b38eadda68ad1cfefc (diff) | |
download | mailman2-11e3f921ecad432494b0903fa2b4cfcca7f9fae6.tar.gz mailman2-11e3f921ecad432494b0903fa2b4cfcca7f9fae6.tar.xz mailman2-11e3f921ecad432494b0903fa2b4cfcca7f9fae6.zip |
Bumping 2.1.8rc1.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Version.py | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | admin/www/index.ht | 6 | ||||
-rw-r--r-- | admin/www/index.html | 8 | ||||
-rw-r--r-- | admin/www/version.ht | 4 | ||||
-rw-r--r-- | admin/www/version.html | 6 |
6 files changed, 20 insertions, 15 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 135d0af4..724813d5 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.8b1" +VERSION = "2.1.8rc1" # 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 = 8 -REL_LEVEL = BETA +REL_LEVEL = RC # at most 15 beta releases! REL_SERIAL = 1 @@ -4,7 +4,12 @@ Copyright (C) 1998-2005 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.8b1 (23-Mar-2006) +2.1.8rc1 (07-Apr-2006) + + Security + + - A cross-site scripting hole in the private archive script of 2.1.7 + has been closed. Thanks to Moritz Naumann for its discovery. Bug fixes and other patches diff --git a/admin/www/index.ht b/admin/www/index.ht index 5471ac6e..e346f04c 100644 --- a/admin/www/index.ht +++ b/admin/www/index.ht @@ -40,10 +40,10 @@ The current stable GNU Mailman version is <em>Note that there is an official bug fix patch <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1405790&group_id=103&atid=300103">here</a>.</em> -<p>There is also a beta version -<!-VERSION--->2.1.8b1<!-VERSION--->, +<p>There is also a release candidate version +<!-VERSION--->2.1.8rc1<!-VERSION--->, released on -<!-DATE--->23-Mar-2006<!-DATE--->. +<!-DATE--->07-Apr-2006<!-DATE--->. <h3>Acknowledgements</h3> diff --git a/admin/www/index.html b/admin/www/index.html index 32c91aaa..25ae3317 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. --> -<!-- Thu Mar 23 20:59:39 2006 --> +<!-- Fri Apr 7 05:28:12 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -193,10 +193,10 @@ The current stable GNU Mailman version is <em>Note that there is an official bug fix patch <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1405790&group_id=103&atid=300103">here</a>.</em> -<p>There is also a beta version -<!-VERSION--->2.1.8b1<!-VERSION--->, +<p>There is also a release candidate version +<!-VERSION--->2.1.8rc1<!-VERSION--->, released on -<!-DATE--->23-Mar-2006<!-DATE--->. +<!-DATE--->07-Apr-2006<!-DATE--->. <h3>Acknowledgements</h3> diff --git a/admin/www/version.ht b/admin/www/version.ht index 1382ffcc..a3a7e7b1 100644 --- a/admin/www/version.ht +++ b/admin/www/version.ht @@ -4,9 +4,9 @@ Links: links.h download-links.h <h3>Current Mailman Version</h3> <p>Version -<!-VERSION--->2.1.8b1<!-VERSION--->, +<!-VERSION--->2.1.8rc1<!-VERSION--->, released on -<!-DATE--->23-Mar-2006<!-DATE---> +<!-DATE--->07-Apr-2006<!-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. diff --git a/admin/www/version.html b/admin/www/version.html index d06570c5..420bdcc9 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. --> -<!-- Thu Mar 23 20:59:39 2006 --> +<!-- Fri Apr 7 05:26:47 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -179,9 +179,9 @@ entire article is permitted in any medium, provided this notice is preserved. <h3>Current Mailman Version</h3> <p>Version -<!-VERSION--->2.1.8b1<!-VERSION--->, +<!-VERSION--->2.1.8rc1<!-VERSION--->, released on -<!-DATE--->23-Mar-2006<!-DATE---> +<!-DATE--->07-Apr-2006<!-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. |