aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2013-12-06 17:19:28 -0800
committerMark Sapiro <msapiro@value.net>2013-12-06 17:19:28 -0800
commit5cd4000e9f8157e13bba8ff146249aed50a7cb02 (patch)
treeb2bb5d8d259144086b5382cdb7cd4170ec348c00 /NEWS
parentd56abb9d7a556a8703cd7ea46a39f72b31d5f082 (diff)
downloadmailman2-5cd4000e9f8157e13bba8ff146249aed50a7cb02.tar.gz
mailman2-5cd4000e9f8157e13bba8ff146249aed50a7cb02.tar.xz
mailman2-5cd4000e9f8157e13bba8ff146249aed50a7cb02.zip
Fixed email address validation to do a bit better in obscure cases.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 170be23a..2a9ba15a 100755
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed email address validation to do a bit better in obscure cases.
+ (LP: #1258703)
+
- Fixed a bug which caused some authentication cookies to expire too soon
if AUTHENTICATION_COOKIE_LIFETIME is non-zero. (LP: #1257112)