aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2013-03-20 18:32:32 -0700
committerMark Sapiro <msapiro@value.net>2013-03-20 18:32:32 -0700
commit2e1198e3bb113ca718e144c3e37a5b8d40b555da (patch)
tree7f66a997664d0d052a83ad720b5f5f4a44277243 /NEWS
parentb056d1850e44ab2cb6827e2b1a4f0d451459e9eb (diff)
downloadmailman2-2e1198e3bb113ca718e144c3e37a5b8d40b555da.tar.gz
mailman2-2e1198e3bb113ca718e144c3e37a5b8d40b555da.tar.xz
mailman2-2e1198e3bb113ca718e144c3e37a5b8d40b555da.zip
Added recognition for another Yahoo bounce format. LP: #1157961
Diffstat (limited to 'NEWS')
-rwxr-xr-x[-rw-r--r--]NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00b5c10c..1abf3ada 100644..100755
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,7 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Added recognition for another Yahoo bounce format. LP: #1157961
- Changed configure's method for getting Python's include directory from
distutils.sysconfig.get_config_var('CONFINCLUDEPY') to
distutils.sysconfig.get_python_inc(). (LP: 1098162)