diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-02-15 17:35:23 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-02-15 17:35:23 +0900 |
commit | 593d91698db3fa9dd99b64f2973ee14947dd4782 (patch) | |
tree | 00fa54270be0043ccb74614df7321816c6facc76 /NEWS | |
parent | ee5b57e4bc8fdca687cbc04a1338941941f29b1d (diff) | |
parent | c78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 (diff) | |
download | mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.gz mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.xz mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.zip |
Merge lp:mailman/2.1 up to 1691
Diffstat (limited to '')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |