aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-05-18 05:20:08 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-05-18 05:20:08 +0900
commit830e3cc518913b2d2012a9756ef1cccf59efc3a9 (patch)
tree2648211d357d2d67afc6389fb824cee7c3a479d2 /NEWS
parent5470c21a0348e7bbc95543af762747417260cb10 (diff)
parent686cd52aa51e7a01a321ef83581b75c3de0efc55 (diff)
downloadmailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.tar.gz
mailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.tar.xz
mailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.zip
Merge lp:mailman/2.1 rev 1651
Diffstat (limited to '')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10417850..5eda4c28 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - 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)
+
- Set the Date: header in the wrapper message when from_is_list or
dmarc_moderation_action is Wrap Message. (LP: #1581215)