aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-06-13 17:48:43 -0700
committerMark Sapiro <mark@msapiro.net>2013-06-13 17:48:43 -0700
commit3c41c584c3bd587e0d38ab48ba63a47ead2b18e3 (patch)
tree460de9d65231e24bdeb8ca3c19d75a5b07b225fe /NEWS
parent34d5cbf83819f464d365ec7ecb731f94771bf446 (diff)
downloadmailman2-3c41c584c3bd587e0d38ab48ba63a47ead2b18e3.tar.gz
mailman2-3c41c584c3bd587e0d38ab48ba63a47ead2b18e3.tar.xz
mailman2-3c41c584c3bd587e0d38ab48ba63a47ead2b18e3.zip
- Fixed a bug causing the admin web interface to fail CSRF checking if
the list name contains a '+' character. (LP: #1190802)
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f34ba39..993c8ab9 100755
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a bug causing the admin web interface to fail CSRF checking if
+ the list name contains a '+' character. (LP: #1190802)
+
- Fixed bin/mailmanctl -s to not remove the master lock if it can't be
determined to be truly stale. (LP: #1189558)