From: Ondřej Surý Date: Mon, 12 Dec 2022 19:05:54 +0000 (+0100) Subject: Add CHANGES and release notes for [GL #3637] X-Git-Tag: v9.19.9~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f1db2f5adba5e08ff256f5ac18bb8f543f3311;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3637] --- diff --git a/CHANGES b/CHANGES index e949c73042e..4bddb6e51b9 100644 --- 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. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d0a633c1b75..a449e769a62 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~