aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Version.py4
-rw-r--r--NEWS2
-rw-r--r--admin/www/index.ht4
-rw-r--r--admin/www/version.ht4
4 files changed, 7 insertions, 7 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 9e9b69c6..1024547d 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.7a0"
+VERSION = "2.1.7a1"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -30,7 +30,7 @@ MINOR_REV = 1
MICRO_REV = 7
REL_LEVEL = ALPHA
# at most 15 beta releases!
-REL_SERIAL = 0
+REL_SERIAL = 1
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/NEWS b/NEWS
index f5556c23..8a4fd15d 100644
--- a/NEWS
+++ b/NEWS
@@ -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.7 (XX-XXX-200X)
+2.1.7a1 (13-Dec-2005)
Security
diff --git a/admin/www/index.ht b/admin/www/index.ht
index f4a1fcc5..3005b6b3 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.6<!-VERSION--->,
+<!-VERSION--->2.1.7a1<!-VERSION--->,
released on
-<!-DATE--->30-May-2005<!-DATE--->.
+<!-DATE--->13-Dec-2005<!-DATE--->.
<h3>Acknowledgements</h3>
diff --git a/admin/www/version.ht b/admin/www/version.ht
index ef820a1f..7c5efd0c 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.6<!-VERSION--->,
+<!-VERSION--->2.1.7a1<!-VERSION--->,
released on
-<!-DATE--->30-May-2005<!-DATE--->
+<!-DATE--->13-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.