diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2019-10-06 04:03:04 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2019-10-06 04:03:04 +0900 |
commit | 00e61527d61b62de28af5b6aecf53b0c28197bcc (patch) | |
tree | f273eb2e65d79a0719532805d691b25f0e37f18a /NEWS | |
parent | 39466113d86105357f774d034094d47bcc6c41e1 (diff) | |
parent | 959b5819bf80392f0a7408d12540fec68654fa04 (diff) | |
download | mailman2-00e61527d61b62de28af5b6aecf53b0c28197bcc.tar.gz mailman2-00e61527d61b62de28af5b6aecf53b0c28197bcc.tar.xz mailman2-00e61527d61b62de28af5b6aecf53b0c28197bcc.zip |
sync with lp:mailman/2.1 up to 1822
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -30,6 +30,14 @@ Here is a history of user visible changes to Mailman. feature can be used in combination with or instead of the Google reCAPTCHA feature added in 2.1.26. + - Thanks to Ralf Hildebrandt the web admin Membership Management section + now has a feature to sync the list's membership with a list of email + addresses as with the bin/sync_members command. + + i18n + + - The Japanese translation has been updated by Yasuhito FUTATSUKI. + Bug Fixes and other patches - Fixed the confirm CGI to catch a rare TypeError on simultaneous @@ -59,6 +67,9 @@ Here is a history of user visible changes to Mailman. -bounces and -request addresses in each virtual domain are now added to data/virtual-mailman (-owner was done in 2.1.24). (LP: #1831777) + - The paths.py module now extends sys.path with the result of + site.getsitepackages() if available. (LP: #1838866) + 2.1.29 (24-Jul-2018) Bug Fixes |