aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Version.py6
-rw-r--r--NEWS4
-rw-r--r--admin/www/index.ht14
-rw-r--r--admin/www/index.html16
-rw-r--r--admin/www/version.ht5
-rw-r--r--admin/www/version.html7
6 files changed, 21 insertions, 31 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 724813d5..a724df94 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.8rc1"
+VERSION = "2.1.8"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,9 +28,9 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
MICRO_REV = 8
-REL_LEVEL = RC
+REL_LEVEL = FINAL
# at most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 0
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/NEWS b/NEWS
index 178d3124..e45b725a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
Mailman - The GNU Mailing List Management System
-Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
-2.1.8rc1 (07-Apr-2006)
+2.1.8 (15-Apr-2006)
Security
diff --git a/admin/www/index.ht b/admin/www/index.ht
index e346f04c..3487552b 100644
--- a/admin/www/index.ht
+++ b/admin/www/index.ht
@@ -36,14 +36,9 @@ reporting suspected security vulnerabilities.
<h3>Current Version</h3>
The current stable GNU Mailman version is
-2.1.7 released on 31-Dec-2005.
-<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 release candidate version
-<!-VERSION--->2.1.8rc1<!-VERSION--->,
+<!-VERSION--->2.1.8<!-VERSION--->,
released on
-<!-DATE--->07-Apr-2006<!-DATE--->.
+<!-DATE--->15-Apr-2006<!-DATE--->.
<h3>Acknowledgements</h3>
@@ -53,8 +48,8 @@ released on
>barry at python dot org</a>.
<p>Much thanks go to Mark Sapiro who was most active on incorporating
-lots of bug fixes and patches for the 2.1.7 release as a cvs committer.
-Tokio Kikuchi served as the release manager for the 2.1.6-7 releases.
+lots of bug fixes and patches for the 2.1.7-8 releases as a cvs committer.
+Tokio Kikuchi served as the release manager for the 2.1.6-8 releases.
<p>Thanks go to
<a href="http://www.control.com/">Control.com</a> for their
@@ -65,4 +60,3 @@ 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 25ae3317..c775363a 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. -->
-<!-- Fri Apr 7 05:28:12 2006 -->
+<!-- Sat Apr 15 10:57:08 2006 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -189,14 +189,9 @@ reporting suspected security vulnerabilities.
<h3>Current Version</h3>
The current stable GNU Mailman version is
-2.1.7 released on 31-Dec-2005.
-<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 release candidate version
-<!-VERSION--->2.1.8rc1<!-VERSION--->,
+<!-VERSION--->2.1.8<!-VERSION--->,
released on
-<!-DATE--->07-Apr-2006<!-DATE--->.
+<!-DATE--->15-Apr-2006<!-DATE--->.
<h3>Acknowledgements</h3>
@@ -206,8 +201,8 @@ released on
>barry at python dot org</a>.
<p>Much thanks go to Mark Sapiro who was most active on incorporating
-lots of bug fixes and patches for the 2.1.7 release as a cvs committer.
-Tokio Kikuchi served as the release manager for the 2.1.6-7 releases.
+lots of bug fixes and patches for the 2.1.7-8 releases as a cvs committer.
+Tokio Kikuchi served as the release manager for the 2.1.6-8 releases.
<p>Thanks go to
<a href="http://www.control.com/">Control.com</a> for their
@@ -218,7 +213,6 @@ 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 a3a7e7b1..0c170c2a 100644
--- a/admin/www/version.ht
+++ b/admin/www/version.ht
@@ -4,10 +4,11 @@ Links: links.h download-links.h
<h3>Current Mailman Version</h3>
<p>Version
-<!-VERSION--->2.1.8rc1<!-VERSION--->,
+<!-VERSION--->2.1.8<!-VERSION--->,
released on
-<!-DATE--->07-Apr-2006<!-DATE--->
+<!-DATE--->15-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.
e.
+e.
diff --git a/admin/www/version.html b/admin/www/version.html
index 420bdcc9..57e86593 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. -->
-<!-- Fri Apr 7 05:26:47 2006 -->
+<!-- Sat Apr 15 10:57:08 2006 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -179,13 +179,14 @@ entire article is permitted in any medium, provided this notice is preserved.
<h3>Current Mailman Version</h3>
<p>Version
-<!-VERSION--->2.1.8rc1<!-VERSION--->,
+<!-VERSION--->2.1.8<!-VERSION--->,
released on
-<!-DATE--->07-Apr-2006<!-DATE--->
+<!-DATE--->15-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.
e.
+e.
</td><!-- end of body cell -->
</tr><!-- end of sidebar/body row -->