From fa4eb975b8d16e7f14a604ea31a22c59894970b9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 20 Jun 2022 10:56:25 +1000 Subject: [PATCH] Add CHANGES note for [GL #3402] (cherry picked from commit 682c6eb5332fd2174df4875574c0ad483fe32379) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index ea395d9559..38fe9f3ab5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ 5915. [bug] Detect missing closing brace (}) and computational overflows in $GENERATE directives. [GL #3429] +5914. [bug] When synth-from-dnssec generated a response using + records from a higher zone, it could unexpectedly prove + non-existance of records in a subordinate grafted-on + namespace. [GL #3402] + 5911. [bug] Update HTTP listener settings on reconfiguration. [GL #3415]