aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2021-12-13 10:13:41 -0800
committerMark Sapiro <mark@msapiro.net>2021-12-13 10:13:41 -0800
commit7d7489577f3012195e1d5b49f5bd5a41a0de115a (patch)
tree772761f130086d034bd3fdf86a94b38c7693aa86 /NEWS
parent2d8ebb99b6ce134c92c35502753a5246d4884e1e (diff)
downloadmailman2-7d7489577f3012195e1d5b49f5bd5a41a0de115a.tar.gz
mailman2-7d7489577f3012195e1d5b49f5bd5a41a0de115a.tar.xz
mailman2-7d7489577f3012195e1d5b49f5bd5a41a0de115a.zip
Fix NameError and case sensitivity in CSRF check.
Diffstat (limited to '')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e29cf46..8db9c765 100644
--- a/NEWS
+++ b/NEWS
@@ -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.39 (xx-xxx-xxxx)
+
+ Bug Fixes and other patches
+
+ - User matching for CSRF tokens is no longer case sensitive., and a
+ potential NamerError in logging is fixed. (LP: #1954694)
+
2.1.38 (30-Nov-2021)
Security