]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #1897]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 19:52:38 +0000 (20:52 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 21:59:24 +0000 (22:59 +0100)
(cherry picked from commit 987ad32facf5c2adc15bb21f321d86713331ed7f)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5a5292c1745ff1d494feb8e9074696464aacfd5f..38b69cc2f1e666a99471c1663f8f679c16af32eb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5811.  [bug]           Reimplement the maximum and idle timeouts for outgoing
+                       zone tranfers. [GL #1897]
+
 5807.  [bug]           Add a TCP "write" timer, and time out writing
                        connections after the "tcp-idle-timeout" period
                        has elapsed. [GL #3132]
index 62943d3549a58c8edfe371274d47178f389215c5..9312e4031f0c56cb059a03416438021a86ba3f7c 100644 (file)
@@ -66,3 +66,8 @@ Bug Fixes
   been fixed by adding a "write" timer. Connections that are hung
   while writing will now time out after the ``tcp-idle-timeout`` period
   has elapsed. :gl:`#3132`
+
+- The ``max-transfer-time-out`` and ``max-transfer-idle-out`` options were
+  not implemented when the BIND 9 networking stack was refactored in 9.16.
+  The missing functionality has been re-implemented and outgoing zone
+  transfers now time out properly when not progressing. :gl:`#1897`