From 38ffe5acf3abbd9e7b8b258a306a08fb08afe22e Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Wed, 25 Jan 2023 16:43:13 +0100 Subject: [PATCH] Add CHANGES for #3822 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f73e609c15..a46cecb382 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6079. [bug] Force set the DS state after a 'rdnc dnssec -checkds' + command. [GL #3822] + 6078. [func] Cleanup the memory statistic counters to a bare minumum - InUse with Malloced as alias. [GL #3718]