]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #3678
authorMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 20:39:37 +0000 (21:39 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 20:39:37 +0000 (21:39 +0100)
doc/notes/notes-9.19.9.rst

index 2ee82bcd78506e906c80077d67bb86f7d26fa94a..14a773f508b87a431ee12ab6cdf8ff769fc8593f 100644 (file)
@@ -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`