]> 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>
Wed, 14 Dec 2022 17:49:54 +0000 (18:49 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e949c73042e0be428a3c230b70c58ecd12089a98..4bddb6e51b99c2953551cd07f0fdb491015a6cba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+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 d0a633c1b759b4d6e75d5ad48e52084189377d6f..a449e769a62dfee7d93be462a8e3781bb16e8275 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
 ~~~~~~~~~~~~