From fadbbb94b3ed3b5e5ab89ccefc27f7d1c511b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Jan 2023 21:39:37 +0100 Subject: [PATCH] Add release note for GL #3678 --- doc/notes/notes-9.19.9.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-9.19.9.rst b/doc/notes/notes-9.19.9.rst index 2ee82bcd78..14a773f508 100644 --- a/doc/notes/notes-9.19.9.rst +++ b/doc/notes/notes-9.19.9.rst @@ -89,6 +89,11 @@ Bug Fixes including any configured forwarders, resulting in SERVFAIL answers being sent to clients. This has been fixed. :gl:`#3752` +- In certain query resolution scenarios (e.g. when following CNAME + records), :iscman:`named` configured to answer from stale cache could + return a SERVFAIL response despite a usable, non-stale answer being + present in the cache. This has been fixed. :gl:`#3678` + - When an outgoing request timed out, :iscman:`named` would retry up to three times with the same server instead of trying the next available name server. This has been fixed. :gl:`#3637`