]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #4004]
authorOndřej Surý <ondrej@isc.org>
Wed, 5 Apr 2023 21:07:44 +0000 (23:07 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 21 Apr 2023 10:53:34 +0000 (12:53 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 300653d2c11701d090525acf8087daa68e739a0e..98caae8e1f566b67d0d3740e84561347215766a8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6156.  [bug]           Reimplement the maximum and idle timeouts for incoming
+                       zone tranfers. [GL #4004]
+
 6155.  [bug]           Treat ISC_R_INVALIDPROTO as a networking error
                        in the dispatch code to avoid retrying with the
                        same server. [GL #4005]<
index 0d0ada857ea3bdc54a06172f7c0e6426cc8468ca..e404945b4380040dd1284c7150ef3a93033b61cf 100644 (file)
@@ -45,6 +45,12 @@ Bug Fixes
   libuv, treat it as a network failure, mark the server as broken and don't
   try again. :gl:`#4005`
 
+- The :any:`max-transfer-time-in` and :any:`max-transfer-idle-in` options
+  were not implemented when the BIND 9 networking stack was refactored
+  in 9.16. The missing functionality has been re-implemented and
+  incoming zone transfers now time out properly when not progressing.
+  :gl:`#4004`
+
 Known Issues
 ~~~~~~~~~~~~