From ac19d43a328cc47e19f9843ab9318951d6a3eee2 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 23 Oct 2023 14:38:47 +0200 Subject: [PATCH] Add release note and CHANGES for #4355 --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 2ad34ec4bf..1e461b986e 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] + 6276. [cleanup] Remove both lock-file configuration option and the -X argument to named. [GL #4391] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index d3acabc1b4..d90427fdb8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -70,6 +70,9 @@ Bug Fixes DNSSEC records, it was scheduled to be resigning. This unwanted behavior has been fixed. :gl:`#4350` +- Looking up stale data from the cache did not take into account local + authoritative zones. This has been fixed. :gl:`#4355` + Known Issues ~~~~~~~~~~~~