diff options
author | Mark Sapiro <mark@msapiro.net> | 2021-11-21 20:31:11 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2021-11-21 20:31:11 -0800 |
commit | 4fe8740ec232a59edd0fde6087bd7b014b17f5ef (patch) | |
tree | 3d67e68f9c8568fead6a5671cba7c8113b6278e9 /NEWS | |
parent | 021c86bed55dc1424576a894d84b3ec3c65736ba (diff) | |
download | mailman2-4fe8740ec232a59edd0fde6087bd7b014b17f5ef.tar.gz mailman2-4fe8740ec232a59edd0fde6087bd7b014b17f5ef.tar.xz mailman2-4fe8740ec232a59edd0fde6087bd7b014b17f5ef.zip |
Avoid NotAMemberError in CSRF check from user options page.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ Copyright (C) 1998-2020 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.38 (xx-xxx-xxxx) + + Bug Fixes and other patches + + - NotAMemberError exception from the user options page when the user has + been asynchronously unsubscribed is fixed. (LP: #1951769) + 2.1.37 (12-Nov-2021) Bug Fixes and other patches |