From: Ondřej Surý Date: Thu, 10 Feb 2022 19:52:38 +0000 (+0100) Subject: Add CHANGES and release note for [GL #1897] X-Git-Tag: v9.16.27~17^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e9ad424cecc5f0cb733f709d6707b0be0049f240;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #1897] (cherry picked from commit 987ad32facf5c2adc15bb21f321d86713331ed7f) --- diff --git a/CHANGES b/CHANGES index 5a5292c1745..38b69cc2f1e 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 62943d3549a..9312e4031f0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`