From: Matthijs Mekking Date: Mon, 23 Oct 2023 12:38:47 +0000 (+0200) Subject: Add release note and CHANGES for #4355 X-Git-Tag: v9.16.45~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=57d8e2949d27e312d47b240e5c7bc3d1d5bf130c;p=thirdparty%2Fbind9.git Add release note and CHANGES for #4355 (cherry picked from commit ac19d43a328cc47e19f9843ab9318951d6a3eee2) --- diff --git a/CHANGES b/CHANGES index cfad2211421..cc9e714aaf1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6277. [bug] Take into account local authoritative zones when + falling back to serve-stale. [GL #4355] + 6254. [cleanup] Add semantic patch to do an explicit cast from char to unsigned char in ctype.h class of functions. [GL #4327] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4fa8c9e474a..482a129e445 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -37,6 +37,9 @@ Bug Fixes - None. +- Looking up stale data from the cache did not take into account local + authoritative zones. This has been fixed. :gl:`#4355` + Known Issues ~~~~~~~~~~~~