From 00ed5f84a9a888b52dbb25e627e24c571c6a83e3 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 11 May 2023 12:20:58 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4054] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index e74de54e21..08f71da2e7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6169. [bug] named could crash when deleting inline-signing zones + with "rndc delzone". [GL #4054] + 6168. [func] Refactor the glue cache to store list of the GLUE directly in the rdatasetheader instead of keeping it in the hashtable indexed by the node pointer.