aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-05-17 13:54:43 -0700
committerMark Sapiro <mark@msapiro.net>2016-05-17 13:54:43 -0700
commit29f51f1e3b79040d67f827e655029d17dbb6c226 (patch)
tree063906418605cb6f73c1a806dc76cee6f040f1f3 /NEWS
parent686cd52aa51e7a01a321ef83581b75c3de0efc55 (diff)
downloadmailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.tar.gz
mailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.tar.xz
mailman2-29f51f1e3b79040d67f827e655029d17dbb6c226.zip
Improved logging of banned subscription and address change attempts.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5eda4c28..aa35687e 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Improved logging of banned subscription and address change attempts.
+ (LP: #1582856)
+
- In rare circumstances a list can be removed while the admin or listinfo
CGI or bin/list_lists is running causing an uncaught MMUnknownListError
to be thrown. The exception is now caught and handled. (LP: #1582532)