diff options
| author | bwarsaw | 2000-08-02 04:01:39 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-08-02 04:01:39 +0000 |
| commit | ed49aaa0ae667464c887312853084334e31c7127 (patch) | |
| tree | c62e88332f035aacc9bfc2cc4d94fbb1ff94f93a | |
| parent | c2361d231a9f4dc02f497da5fc69bc92dd33a613 (diff) | |
| download | mailman-ed49aaa0ae667464c887312853084334e31c7127.tar.gz mailman-ed49aaa0ae667464c887312853084334e31c7127.tar.zst mailman-ed49aaa0ae667464c887312853084334e31c7127.zip | |
Updating for b5
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | admin/www/index.html | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -4,6 +4,17 @@ Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.0 beta 5 (01-Aug-2000) + + - Bug fix release. This includes a fix for a small security hole + which could be exploited to gain mailman group access by a local + user (not a mail or web user). + + - As part of the fix for the "cookie reauthorization" bug, only + session cookies are used now. This means that administrative + and private archive cookies expire only when the browser session + is quit, however an explicit "Logout" button has been added. + 2.0 beta 4 (06-Jul-2000) - Bug fix release. diff --git a/admin/www/index.html b/admin/www/index.html index 4efa4c819..a6670ec3e 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -72,9 +72,9 @@ Before you can run Mailman, you need to download and install the programming language (version 1.5.2 or later)</a>. <p>Version -(<!-VERSION--->2.0beta4<!-VERSION--->, +(<!-VERSION--->2.0beta5<!-VERSION--->, released on -<!-DATE--->Jul 6 2000<!-DATE--->) +<!-DATE--->Aug 1 2000<!-DATE--->) is the current GNU release. It is available <A HREF="mailman.tar.gz">here</a>. |
