aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2018-04-10 20:34:48 -0700
committerMark Sapiro <mark@msapiro.net>2018-04-10 20:34:48 -0700
commita942e159e5c738072efa8fa8c4d7c76cc35a7db5 (patch)
tree94020547bb82e8029fde35b65f4536c4be27b6d2 /NEWS
parent3cd0fe5463dc4a5c101f7aaaca6c12ae827c6a39 (diff)
downloadmailman2-a942e159e5c738072efa8fa8c4d7c76cc35a7db5.tar.gz
mailman2-a942e159e5c738072efa8fa8c4d7c76cc35a7db5.tar.xz
mailman2-a942e159e5c738072efa8fa8c4d7c76cc35a7db5.zip
Improve DELIVERY_RETRY_WAIT reimplementation.
Diffstat (limited to '')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9c39c9b..e2f64e12 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Here is a history of user visible changes to Mailman.
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)