aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-07-14 05:22:51 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-07-14 05:22:51 +0900
commit8cac32e5bac4495139573b07da94c255522e8498 (patch)
treeb84145fc30188f2ba2daad665a552e5f7b6cd8b2 /NEWS
parentcf3173589c879179e0f4c5eb9763f415d14b3d8f (diff)
parentde6ffbe5a0ce37751247b071b75aa7c8e6605c58 (diff)
downloadmailman2-8cac32e5bac4495139573b07da94c255522e8498.tar.gz
mailman2-8cac32e5bac4495139573b07da94c255522e8498.tar.xz
mailman2-8cac32e5bac4495139573b07da94c255522e8498.zip
Merge lp:mailman/2.1 up to 1662
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 65600663..3ae3220f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,11 @@ Here is a history of user visible changes to Mailman.
- RFC 2047 encoded headers are now decoded and re-encoded in the charset of
the list's preferred language for matching by header_filter_rules using
- errors='backslashreplace' instead of the former errors='replace'. This
+ errors='xmlcharrefreplace' instead of the former errors='replace'. This
means that characters that can't be represented in the charset of the
- list's preferred language will now be represented as '\uxxxx' escapes
- rather than '?' enabling regexps to be constructed to match specific
- characters or ranges. (LP: #558155)
+ list's preferred language will now be represented as '&#nnnn;' XML
+ character references rather than '?' enabling regexps to be constructed
+ to match specific characters or ranges. (LP: #558155)
- Thanks to Jim Popovitch REMOVE_DKIM_HEADERS can now be set to 3 to
preserve the original headers as X-Mailman-Original-... before removing
@@ -40,6 +40,9 @@ Here is a history of user visible changes to Mailman.
i18n
+ - Some German language templates that were incorrectly utf-8 encoded have
+ been recoded as iso-8859-1. (LP: #1602779)
+
- Japanese documentation in messages/ja has been updated by
Yasuhito FUTATSUKI.