aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
commit593d91698db3fa9dd99b64f2973ee14947dd4782 (patch)
tree00fa54270be0043ccb74614df7321816c6facc76 /NEWS
parentee5b57e4bc8fdca687cbc04a1338941941f29b1d (diff)
parentc78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 (diff)
downloadmailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.gz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.xz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.zip
Merge lp:mailman/2.1 up to 1691
Diffstat (limited to '')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94602592..dc9c155a 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,14 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Added recognition for a newly seen mailEnable bounce.
+
+ - Fixed an uncaught NotAMemberError when a member is removed before a
+ probe bounce for the member is returned. (LP: #1664729)
+
+ - Fixed a TypeError thrown in the roster CGI when called with a listname
+ containing a % character. (LP: #1661810)
+
- Fixed a NameError issue in bin/add_members with
DISABLE_COMMAND_LOCALE_CSET = yes. (LP: #1647450)