From c09df43e52b0e0d3acf3676877468a366a60d2da Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Sat, 15 Apr 2006 02:04:49 +0000 Subject: Bump version to 2.1.8 final. --- Mailman/Version.py | 6 +++--- NEWS | 4 ++-- admin/www/index.ht | 14 ++++---------- admin/www/index.html | 16 +++++----------- admin/www/version.ht | 5 +++-- admin/www/version.html | 7 ++++--- 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.
There is also a release candidate version -2.1.8rc1, +2.1.8, released on -07-Apr-2006. +15-Apr-2006.
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.
Thanks go to Control.com for their @@ -65,4 +60,3 @@ Corporation, as well as the list of contributors, 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" > - + 2.1.8rc1, +2.1.8, released on -07-Apr-2006. +15-Apr-2006.
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.
Thanks go to Control.com for their @@ -218,7 +213,6 @@ Corporation, as well as the list of contributors, bug hunters, big idea people, and others who have helped immensely with Mailman's development. -t. 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
Version -2.1.8rc1, +2.1.8, released on -07-Apr-2006 +15-Apr-2006 is the latest stable release. See also information on previous version 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" > - + 2.1.8rc1, +2.1.8, released on -07-Apr-2006 +15-Apr-2006 is the latest stable release. See also information on previous version if you're not yet ready to upgrade. e. +e. -- cgit v1.2.3