diff options
| author | Barry Warsaw | 2015-12-11 18:58:40 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-11 18:58:40 -0500 |
| commit | 75fe5e81e91b68991b16b15843802545da6d38de (patch) | |
| tree | aea17041d749219233790bfd54893cb48b7b003f /src/mailman/docs/NEWS.rst | |
| parent | 9c9d0f01f8f5dff5ec5a83b953be81edf81566be (diff) | |
| parent | 8b13f6107647559b0b91a69ca5c0cd174909da78 (diff) | |
| download | mailman-75fe5e81e91b68991b16b15843802545da6d38de.tar.gz mailman-75fe5e81e91b68991b16b15843802545da6d38de.tar.zst mailman-75fe5e81e91b68991b16b15843802545da6d38de.zip | |
Merge branch 'abompard/73'
Large performance improvement in SubscriptionService.find_members(),
along with a refactoring which will allow future improvements, many new
tests, and a bug fix. Minor branch cleanups by Barry.
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index e76e68719..3cc0e82bc 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -52,6 +52,8 @@ Bugs subcommand extensions. Given by Aurélien Bompard. (Closes: #168) * Don't traceback if a nonexistent message-id is deleted from the message store. Given by Aurélien Bompard, tweaked by Barry Warsaw. (Closes: #167) + * Fix a bug in ``SubscriptionService.find_members()`` when searching for a + subscribed address that is not linked to a user. Given by Aurélien Bompard. Configuration ------------- @@ -122,6 +124,8 @@ Other * Improvements in importing Mailman 2.1 lists, given by Aurélien Bompard. * The ``prototype`` archiver is not web accessible so it does not have a ``list_url`` or permalink. Given by Aurélien Bompard. + * Large performance improvement in ``SubscriptionService.find_members()``. + Given by Aurélien Bompard. 3.0.0 -- "Show Don't Tell" |
