aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-06-02 11:09:49 -0700
committerMark Sapiro <msapiro@value.net>2011-06-02 11:09:49 -0700
commitb7178b303cfb14b2a26ef5c3011ab1df2da34af7 (patch)
tree9a1e028cb7ec7811d495b84e62b5ba8d7b5e0455 /NEWS
parent1106fc19e5b1300ca5eb5482d559eb749305b456 (diff)
downloadmailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.tar.gz
mailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.tar.xz
mailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.zip
Fixed a problem which could result in raw, undecoded message bodies
appearing in plain digests and archives. Bug #787790.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index accf13dc..cab9934d 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a problem which could result in raw, undecoded message bodies
+ appearing in plain digests and archives. Bug #787790.
+
- Fixed a problem in admindb.py where the character set for the display of
the message body excerpt was not correctly determined. Bug #779751.