aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2020-05-13 11:10:04 -0700
committerMark Sapiro <mark@msapiro.net>2020-05-13 11:10:04 -0700
commit6432a3277d824ce149cf0d105bab6b78a91821a4 (patch)
treeeffb664d8168ef4ae9876cce4108fa111b76bead /NEWS
parent0b36d941cbb142f064756c56c0e19931f1b4a125 (diff)
downloadmailman2-6432a3277d824ce149cf0d105bab6b78a91821a4.tar.gz
mailman2-6432a3277d824ce149cf0d105bab6b78a91821a4.tar.xz
mailman2-6432a3277d824ce149cf0d105bab6b78a91821a4.zip
Fix potential ValueError in MailList.CheckPending.
Diffstat (limited to '')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9208567a..602c2d53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,17 @@
-*- coding: iso-8859-1 -*-
Mailman - The GNU Mailing List Management System
-Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2020 by the Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
+2.1.34 (xx-xxx-xxxx)
+
+ Bug Fixes and other patches
+
+ - The fix for LP: #1859104 can result in ValueError being thrown on
+ attempts to subscribe to a list. This is fixed. (LP: #1878458)
+
2.1.33 (07-May-2020)
Security