aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f66485c..e2f64e12 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,32 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.27 (xx-xxx-xxxx)
+
+ Security
+
+ - Existing protections against malicious listowners injecting evil
+ scripts into listinfo pages have had a few more checks added.
+
+ i18n
+
+ - The Russian translation has been updated by Danil Smirnov.
+
+ Bug fixes and other patches
+
+ - The reimplementation of DELIVERY_RETRY_WAIT in 2.1.26 could cause extra
+ dequeueing and requeueing in the out queue by OutgoingRunner. This is
+ fixed. (LP: #1762871)
+
+ - A Python 2.7 dependency introduced in the ToDigests handler in Mailman
+ 2.1.24 has been removed. (LP: #1755317)
+
+ - Bad values in a list's topics will no longer break everything that
+ might instantiate the list. (LP: #1754516)
+
+ - A Python 2.7 dependency introduced with the reCAPTCHA feature in 2.1.26
+ has been removed. (LP: #1752658)
+
2.1.26 (04-Feb-2018)
Security