aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-01-18 15:49:29 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-01-18 15:49:29 +0900
commitee5b57e4bc8fdca687cbc04a1338941941f29b1d (patch)
tree9a9c2754e7c7d20aef90802c20a8928ba2f9f4d4 /NEWS
parent009533eb39a5d7f0562124b8a3d756360be33c57 (diff)
parent5bd8d721b205a4b0d6ac3ef02f85353a32c678aa (diff)
downloadmailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.tar.gz
mailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.tar.xz
mailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.zip
Merge lp:mailman/2.1 rev 1688
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e89898e..94602592 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman.
i18n
+ - The Polish html templates have been recoded to use html entities
+ instead of non-ascii characters.
+
- The Basque (Euskara) translation has been updated by Gari Araolaza.
- The German "details for personalize" page has been updated by
@@ -23,6 +26,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed a NameError issue in bin/add_members with
+ DISABLE_COMMAND_LOCALE_CSET = yes. (LP: #1647450)
+
- The CleanseDKIM handler has been removed from OWNER_PIPELINE. It isn't
needed there and has adverse DMARC implications for messages to -owner
of an anonymous list. (LP: #1645901)