From 3eaec661b868ed833fb82be13a15383645eb1601 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Wed, 13 Sep 2006 03:21:03 +0000 Subject: Tag as 2.1.9 (final). Also, remove version.ht* since it's redundant. --- Mailman/Version.py | 6 +- NEWS | 2 +- admin/bin/release | 4 +- admin/www/admins.html | 2 +- admin/www/bugs.html | 2 +- admin/www/devs.html | 2 +- admin/www/docs.html | 2 +- admin/www/download-links.h | 1 - admin/www/download.html | 5 +- admin/www/faq.html | 2 +- admin/www/features.html | 2 +- admin/www/help.html | 2 +- admin/www/i18n.html | 2 +- admin/www/index.ht | 4 +- admin/www/index.html | 6 +- admin/www/install.html | 5 +- admin/www/jwzrebuttal.html | 2 +- admin/www/lists.html | 2 +- admin/www/mgrs.html | 2 +- admin/www/mirrors.html | 2 +- admin/www/otherstuff.html | 2 +- admin/www/requirements.html | 5 +- admin/www/security.html | 2 +- admin/www/site.html | 2 +- admin/www/todo.html | 4 +- admin/www/users.html | 2 +- admin/www/version.ht | 12 --- admin/www/version.html | 190 -------------------------------------------- 28 files changed, 32 insertions(+), 244 deletions(-) delete mode 100644 admin/www/version.ht delete mode 100644 admin/www/version.html diff --git a/Mailman/Version.py b/Mailman/Version.py index 7a376b8c..96d05c67 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = "2.1.9rc1" +VERSION = "2.1.9" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -29,9 +29,9 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 9 -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 d22baa65..c40536bc 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Copyright (C) 1998-2006 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.9 (xx-Sep-2006) +2.1.9 (12-Sep-2006) Security diff --git a/admin/bin/release b/admin/bin/release index 754dca18..9aae5298 100755 --- a/admin/bin/release +++ b/admin/bin/release @@ -32,7 +32,7 @@ from subprocess import Popen, PIPE from urlparse import urlparse -__revision__ = '$Revision: 8006 $' +__revision__ = '$Revision: 8022 $' parts = __revision__.split() if len(parts) == 3: @@ -149,7 +149,7 @@ DATEMARK = '' def do_bump(newvers): print 'Doing bump...', - for file in ('index.ht', 'version.ht'): + for file in ('index.ht',): print '\t%s...' % file, fp = open(os.path.join('admin', 'www', file), 'r+') text = fp.read() diff --git a/admin/www/admins.html b/admin/www/admins.html index 450d1d3e..2e342e2f 100644 --- a/admin/www/admins.html +++ b/admin/www/admins.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > - + - + - + - + - + - + - + - + - + 2.1.9rc1, +2.1.9, released on -02-Sep-2006. +12-Sep-2006.

Acknowledgements

diff --git a/admin/www/index.html b/admin/www/index.html index a7036122..111602b8 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.9rc1, +2.1.9, released on -02-Sep-2006. +12-Sep-2006.

Acknowledgements

diff --git a/admin/www/install.html b/admin/www/install.html index b009678a..915b6beb 100644 --- a/admin/www/install.html +++ b/admin/www/install.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > - + - + - + - + - + - + - + - + - + - + - + 2.1.9rc1, -released on -02-Sep-2006 -is the latest stable release. See also information on -previous version if you're not yet ready to -upgrade. diff --git a/admin/www/version.html b/admin/www/version.html deleted file mode 100644 index f9762c6d..00000000 --- a/admin/www/version.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - -Current Mailman Version - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
  
  
-

Current Mailman Version

- -

Version -2.1.9rc1, -released on -02-Sep-2006 -is the latest stable release. See also information on -previous version if you're not yet ready to -upgrade. - -

- -- cgit v1.2.3