From c09bcdca75267d2e508fe2619beccb836ec982c4 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 17 Nov 2022 14:21:31 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3678] (cherry picked from commit 5b5f3a0ea7acae4e1f92e3bf0c38608d505323d5) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index a0359b6b6b..dd1b18184d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6038. [bug] In some serve stale scenarios, like when following an + expired CNAME record, named could return SERVFAIL if the + previous request wasn't successful. Consider non-stale + data when in serve-stale mode. [GL #3678] + 6031. [bug] Move the "final reference detached" log message from dns_zone unit to the DEBUG(1) log level. [GL #3707]