From 5312c6f555590fd25bb5c8aa9d2c0db82ccaace8 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 16 Aug 2019 08:18:03 -0700 Subject: Extend sys.path with site.getsitepackages(). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 23622331..c7e7ad30 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,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 -- cgit v1.2.3 From 40045dce11808e324c65883c371dff97b9c458a8 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 17 Sep 2019 16:17:56 -0700 Subject: Implemented web admin sync members. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c7e7ad30..53af2fb2 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,10 @@ 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 as with the + bin/sync_members command. + i18n - The Japanese translation has been updated by Yasuhito FUTATSUKI. -- cgit v1.2.3 From 959b5819bf80392f0a7408d12540fec68654fa04 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 5 Oct 2019 09:32:32 -0700 Subject: Clarify wording in NEWS item. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 53af2fb2..01f8a34a 100644 --- a/NEWS +++ b/NEWS @@ -31,8 +31,8 @@ Here is a history of user visible changes to Mailman. 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 as with the - bin/sync_members command. + now has a feature to sync the list's membership with a list of email + addresses as with the bin/sync_members command. i18n -- cgit v1.2.3