From: Matthijs Mekking Date: Tue, 2 Aug 2022 12:46:30 +0000 (+0200) Subject: Add release note and change entry for #2982 X-Git-Tag: v9.19.5~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6ea003990b6d88cb7f248e730a163a3a1f25294;p=thirdparty%2Fbind9.git Add release note and change entry for #2982 News worthy. --- diff --git a/CHANGES b/CHANGES index b8db96e181f..81399474e46 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5936. [bug] Don't enable serve-stale for lookups that error because + it is a duplicate query or a query that would be + dropped. [GL #2982] + 5935. [bug] Fix DiG lookup reference counting bug, which could be observed in NSSEARCH mode. [GL #3478] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 71ec1735ce0..ee2b01cdf87 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -40,4 +40,7 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- Fix a serve-stale bug, where BIND would try to return stale data from cache + for lookups that received duplicate queries or queries that would be dropped. + This bug resulted in premature SERVFAIL responses, and has now been resolved. + :gl:`#2982`