aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-05-06 09:35:47 -0700
committerMark Sapiro <mark@msapiro.net>2014-05-06 09:35:47 -0700
commitf3b2c2c7523b5962164672b5b5889c2eb85aca0a (patch)
treed97759d48a6b83b30a6c9b22e08dc7feb271ec38 /NEWS
parentd3ffb15770a927597b16bebc3719b5e690f7395b (diff)
downloadmailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.tar.gz
mailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.tar.xz
mailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.zip
A critical incompatibility between the DMARC Wrap Message action and
Python versions older than 2.6.x for some x <= 5 existed and caused Wrapped message to be shunted. This is fixed. (LP: #1316682)
Diffstat (limited to '')
-rwxr-xr-xNEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ad424982..26d9f9ef 100755
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,14 @@ Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.19 (xx-xxx-xxxx)
+2.1.18-1 (06-May-2014)
Bug fixes and other patches
+ - A critical incompatibility between the DMARC Wrap Message action and
+ Python versions older than 2.6.x for some x <= 5 existed and caused
+ Wrapped message to be shunted. This is fixed. (LP: #1316682)
+
- Sender: headers are no longer removed in from_is_list Munge From
actions. (LP: #1315970)