aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2018-08-07 19:52:09 -0700
committerMark Sapiro <mark@msapiro.net>2018-08-07 19:52:09 -0700
commit8ec9d40c8ab6bfd814a7026bab21997e05b5e8e0 (patch)
treea430b6939b3b62165378560cff8de0c0adc342d2 /NEWS
parentca56100581bbba68ca0fa43f99a03bb82064341f (diff)
downloadmailman2-8ec9d40c8ab6bfd814a7026bab21997e05b5e8e0.tar.gz
mailman2-8ec9d40c8ab6bfd814a7026bab21997e05b5e8e0.tar.xz
mailman2-8ec9d40c8ab6bfd814a7026bab21997e05b5e8e0.zip
Catch TypeError on simultaneous confirmations of the same token.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7071dce..04358c41 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.30 (xx-xxx.xxxx)
+
+ Bug Fixes
+
+ - Fixed the confirm CGI to catch a rare TypeError on simultaneous
+ confirmations of the same token. (LP: #1785854)
+
2.1.29 (24-Jul-2018)
Bug Fixes