aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-09-01 06:55:08 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-09-01 06:55:08 +0900
commit170bba3f35048cdbb95713fd1d45dd43b301d005 (patch)
tree59ae73b034603fd51ffdf3371126e921acb51156 /NEWS
parent066507c7aba29d9459e82137ae95ee42e6fe5e4e (diff)
parent7c3207ca991ee5723ff7c656d00f263d82b3f480 (diff)
downloadmailman2-170bba3f35048cdbb95713fd1d45dd43b301d005.tar.gz
mailman2-170bba3f35048cdbb95713fd1d45dd43b301d005.tar.xz
mailman2-170bba3f35048cdbb95713fd1d45dd43b301d005.zip
merge lp:mailman/2.1 up to rev 1722
Diffstat (limited to '')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d9dd80d5..8f3181af 100644
--- a/NEWS
+++ b/NEWS
@@ -17,9 +17,21 @@ Here is a history of user visible changes to Mailman.
- The admin Membership List now includes text for screen readers which
identifies the function of each checkbox. CSS is added to the page to
visually hide the text but still allow screan readers to read it.
+ Similar text has been added to some radio buttons on the admindb pages.
+
+ i18n
+
+ - The Russian translation has been updated by Sergey Matveev.
+ (LP:#1708016)
Bug fixes and other patches
+ - The web roster page now shows case preserved email addresses.
+ (LP: #1707447)
+
+ - Changed the SETGID wrappers to only pass those items in the environment
+ that are needed by the called scripts. (LP: #1705736)
+
- Fixed MTA/Postfix.py to ensure that created aliases(.db) and
virtual-mailman(.db) files are readable by Postfix and the .db files are
owned by the Mailman user. (LP: #1696066)