]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3637]
authorOndřej Surý <ondrej@isc.org>
Mon, 12 Dec 2022 19:05:54 +0000 (20:05 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 16 Dec 2022 17:38:02 +0000 (18:38 +0100)
(cherry picked from commit d1f1db2f5adba5e08ff256f5ac18bb8f543f3311)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 149551885833472f37e3345eff895ab062aa73ae..bd681f202945bd56a6f702bb75855e45a71dc5c6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
                        where serials with values of 2^31 or larger were logged
                        incorrectly as negative numbers. [GL #3742]
 
+6047.  [bug]           Try the next server instead of trying the same
+                       server again on an outgoing query timeout.
+                       [GL #3637]
+
 6046.  [bug]           TLS session resumption might lead to handshake
                        failures when client certificates are used for
                        authentication (Mutual TLS).  This has been fixed.
index dca2f76d779ba64e14c069a7b815c22e368b0d3a..e52845b352ee3f1ffc80b2c57369b551e110ef33 100644 (file)
@@ -39,6 +39,10 @@ Bug Fixes
   certificates are used for authentication (Mutual TLS).  This has
   been fixed. :gl:`#3725`
 
+- When an outgoing request timed out, the ``named`` would retry up to three
+  times with the same server instead of trying a next available name server.
+  This has been fixed. :gl:`#3637`
+
 Known Issues
 ~~~~~~~~~~~~