diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-01-18 15:49:29 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-01-18 15:49:29 +0900 |
commit | ee5b57e4bc8fdca687cbc04a1338941941f29b1d (patch) | |
tree | 9a9c2754e7c7d20aef90802c20a8928ba2f9f4d4 /NEWS | |
parent | 009533eb39a5d7f0562124b8a3d756360be33c57 (diff) | |
parent | 5bd8d721b205a4b0d6ac3ef02f85353a32c678aa (diff) | |
download | mailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.tar.gz mailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.tar.xz mailman2-ee5b57e4bc8fdca687cbc04a1338941941f29b1d.zip |
Merge lp:mailman/2.1 rev 1688
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |