aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-01-30 12:04:52 -0800
committerMark Sapiro <mark@msapiro.net>2015-01-30 12:04:52 -0800
commit557cf86c3a3f66c80d80b33d1d8e04788e7d2038 (patch)
tree6be47dd64ef1b62f719138626806c90628b5fab4 /NEWS
parent91ac8e2e8559192969c6877a779d47283e39cb09 (diff)
downloadmailman2-557cf86c3a3f66c80d80b33d1d8e04788e7d2038.tar.gz
mailman2-557cf86c3a3f66c80d80b33d1d8e04788e7d2038.tar.xz
mailman2-557cf86c3a3f66c80d80b33d1d8e04788e7d2038.zip
The admindb interface has been fixed so the the detail message body
display doesn't lose part of a multi-byte character, and characters which are invalid in the message's charset are replaced rather than the whole body not being converted to the display charset.
Diffstat (limited to '')
-rwxr-xr-xNEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c2aa3696..85684b99 100755
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 1998-2015 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.2 Branch Backports (released in conjunction with 2.1.19rc1)
+2.2 Branch Backports (released in conjunction with 2.1.19)
The following New Features and Bug Fixes have been in an "unofficial,
never to be released" Mailman 2.2 branch for several years. Until now,
@@ -60,7 +60,7 @@ Here is a history of user visible changes to Mailman.
archive to emphasize that even if you got to the message from a
subject, date or author index, previous and next are still by thread.
-2.1.19rc1 (29-Jan-2015)
+2.1.19 (xx-xxx-2015)
New Features
@@ -126,6 +126,11 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - The admindb interface has been fixed so the the detail message body
+ display doesn't lose part of a multi-byte character, and characters which
+ are invalid in the message's charset are replaced rather than the whole
+ body not being converted to the display charset. (LP: #1415406)
+
- Fixed a bug in bin/rmlist that would throw an exception or just fail to
remove held message files for a list with regexp special characters in
its name. (LP:#1414864)