aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a4fd15d..869f804c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.7a1 (13-Dec-2005)
+2.1.7b1 (20-Dec-2005)
Security
@@ -45,6 +45,15 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fix Scrubber.py mungs quoted-printable bug with introducing
+ 'X-Mailman-Scrubbed' header for marking that the payload is
+ scrubber-munged. The flag is referenced in ToDigest.py, ToArchive.py,
+ Decorate.py and Archiver. Similar problem in ToDigest.py where the
+ plain digest is generated is also fixed.
+
+ - Fix Syslog.py to write quopri encoded message when it fail to write
+ 8-bit characters.
+
- Fix MTA/Postfix.py to check aliases group permission in check_perms
and fix mailman-install document on this matter (1378270).