diff options
-rw-r--r-- | Mailman/Version.py | 4 | ||||
-rw-r--r-- | admin/www/index.ht | 10 | ||||
-rw-r--r-- | admin/www/index.html | 12 | ||||
-rw-r--r-- | admin/www/security.html | 2 | ||||
-rw-r--r-- | admin/www/version.ht | 4 | ||||
-rw-r--r-- | admin/www/version.html | 6 |
6 files changed, 21 insertions, 17 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 7fedae32..7c08e34e 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Mailman version -VERSION = "2.1.6b3" +VERSION = "2.1.6b4" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -30,7 +30,7 @@ MINOR_REV = 1 MICRO_REV = 6 REL_LEVEL = BETA # at most 15 beta releases! -REL_SERIAL = 3 +REL_SERIAL = 4 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) diff --git a/admin/www/index.ht b/admin/www/index.ht index 68d2fad0..fae52b16 100644 --- a/admin/www/index.ht +++ b/admin/www/index.ht @@ -35,12 +35,14 @@ reporting suspected security vulnerabilities. <h3>Current Version</h3> +The current stable GNU Mailman version is 2.1.5, released on 15-May-2004. +If you are running this version you want to read the +<a href="security.html">security notice</a>. <p>Version -<!-VERSION--->2.1.6b3<!-VERSION--->, +<!-VERSION--->2.1.6b4<!-VERSION--->, (released on -<!-DATE--->11-Feb-2005<!-DATE--->) -is the current released version of Mailman, in production at many -sites. +<!-DATE--->17-Feb-2005<!-DATE--->) +is the current patch development release. <h3>Acknowledgements</h3> diff --git a/admin/www/index.html b/admin/www/index.html index cfdc11b6..f880b213 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. --> -<!-- Sat Feb 12 12:13:22 2005 --> +<!-- Thu Feb 17 12:48:14 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -188,12 +188,14 @@ reporting suspected security vulnerabilities. <h3>Current Version</h3> +The current stable GNU Mailman version is 2.1.5, released on 15-May-2004. +If you are running this version you want to read the +<a href="security.html">security notice</a>. <p>Version -<!-VERSION--->2.1.6b3<!-VERSION--->, +<!-VERSION--->2.1.6b4<!-VERSION--->, (released on -<!-DATE--->11-Feb-2005<!-DATE--->) -is the current released version of Mailman, in production at many -sites. +<!-DATE--->17-Feb-2005<!-DATE--->) +is the current patch development release. <h3>Acknowledgements</h3> diff --git a/admin/www/security.html b/admin/www/security.html index 1dfce7c3..0e327626 100644 --- a/admin/www/security.html +++ b/admin/www/security.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Feb 12 12:13:22 2005 --> +<!-- Thu Feb 17 12:47:17 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: diff --git a/admin/www/version.ht b/admin/www/version.ht index a916c0b7..7152a131 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.6b3<!-VERSION--->, +(<!-VERSION--->2.1.6b4<!-VERSION--->, released on -<!-DATE--->11-Feb-2005<!-DATE--->) +<!-DATE--->17-Feb-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. diff --git a/admin/www/version.html b/admin/www/version.html index ee8a94c1..91398e06 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. --> -<!-- Sat Feb 12 12:13:23 2005 --> +<!-- Thu Feb 17 12:48:14 2005 --> <!-- 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.6b3<!-VERSION--->, +(<!-VERSION--->2.1.6b4<!-VERSION--->, released on -<!-DATE--->11-Feb-2005<!-DATE--->) +<!-DATE--->17-Feb-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. |