aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-07-11 15:52:22 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-07-11 15:52:22 +0900
commit85340b712dbf2056abb6c3f87a96975679dc30bb (patch)
treedad9da9f7e39ee48fcfe9ae02ad648c503c79efe /NEWS
parentf6ba48ac8c20c79542108ff1bafa070bf9caee6d (diff)
parente8869cd75753f31cbf8889ea1598356f99b50073 (diff)
downloadmailman2-85340b712dbf2056abb6c3f87a96975679dc30bb.tar.gz
mailman2-85340b712dbf2056abb6c3f87a96975679dc30bb.tar.xz
mailman2-85340b712dbf2056abb6c3f87a96975679dc30bb.zip
merge lp:mailman/2.1 up to rev 1791
Diffstat (limited to '')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 19dc5105..8c2e9aa3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,24 @@ Here is a history of user visible changes to Mailman.
2.1.28 (xx-xxx-xxxx)
+ New Features
+
+ - It is now possible to edit HTML and text templates via the web admin
+ UI in a supported language other than the list's preferred_language.
+ Thanks to Yasuhito FUTATSUKI.
+
+ i18n
+
+ - The Esperanto translation has been updated by Rubén Fernández Asensio.
+
Bug fixes and other patches
- The BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE feature added in 2.1.27 was
not working. This is fixed. (LP: #1779774)
+ - Escaping of HTML entities for the web UI is now done more selectively.
+ (LP: #1779445)
+
2.1.27 (22-Jun-2018)
Security