From 51d7b130091207653a1ba075fda7dcff229d370e Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 21 Mar 2023 10:06:07 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3955] (cherry picked from commit aee14ee5d9eb4267106f7f4381e710ae6bda4f12) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 4e922a425f..2770543be5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6125. [bug] Hold a catz reference while the update process is + running, so that the catalog zone is not destroyed + during shutdown until the update process is finished or + properly canceled by the activated 'shuttingdown' flag. + [GL #3955] + 6124. [bug] When changing from a NSEC3 capable DNSSEC algorithm to an NSEC3 incapable DNSSEC algorithm using KASP the zone could sometimes be incompletely signed. [GL #3937]