From: Matthijs Mekking Date: Mon, 1 May 2023 13:04:42 +0000 (+0200) Subject: Add release note and changes for #3950 X-Git-Tag: v9.16.42~9^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=10f5d78d27246dd97d123cabf0aa1e3af9845e83;p=thirdparty%2Fbind9.git Add release note and changes for #3950 Fixing another serve-stale bug is still news. (cherry picked from commit 23dbb6ba72c9c5cce6f703d44dc6eaed2005c982) --- diff --git a/CHANGES b/CHANGES index 2d4333418bc..1d225c08ee7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6183. [bug] Fix a serve-stale bug where a delegation from cache + could be returned to the client. [GL #3950] + 6173. [bug] Properly process extra "nameserver" lines in resolv.conf otherwise the next line is not properly processed. [GL #4066] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f3191f9b2db..1cd8c68f6f6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,9 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- It could happen that after the ``stale-answer-client-timeout`` duration, + a delegation from cache was returned to the client. This has now been fixed. + :gl:`#3950` Known Issues ~~~~~~~~~~~~