aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-12-02 15:26:58 -0800
committerMark Sapiro <mark@msapiro.net>2013-12-02 15:26:58 -0800
commitd56abb9d7a556a8703cd7ea46a39f72b31d5f082 (patch)
treeede9c61e33a34379aaec890cec3d6cc2a7a16ad0 /NEWS
parentb03cc278ec35db41a04a3449f9e5689385819524 (diff)
downloadmailman2-d56abb9d7a556a8703cd7ea46a39f72b31d5f082.tar.gz
mailman2-d56abb9d7a556a8703cd7ea46a39f72b31d5f082.tar.xz
mailman2-d56abb9d7a556a8703cd7ea46a39f72b31d5f082.zip
- Fixed a bug which caused some authentication cookies to expire too soon
if AUTHENTICATION_COOKIE_LIFETIME is non-zero.
Diffstat (limited to '')
-rwxr-xr-xNEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e12ccf64..170be23a 100755
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-*- coding: iso-8859-1 -*-
Mailman - The GNU Mailing List Management System
-Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2013 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.
@@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman.
2.1.18 (xx-xxx-xxxx)
Bug Fixes and other patches
+
+ - Fixed a bug which caused some authentication cookies to expire too soon
+ if AUTHENTICATION_COOKIE_LIFETIME is non-zero. (LP: #1257112)
- Fixed a possible TypeError in bin/sync_members introduced in 2.1.17.
(LP: #1243343)