From 2f270428fc5130030e3b20113f1e6e370ad15113 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Wed, 23 Jun 2021 11:58:54 +0200 Subject: [PATCH] Add changes for [#2791] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8eff7be497..72c9a9b44a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5668. [bug] When a zone fails to load on startup, the setnsec3param + task is rescheduled. This caused a hang on shutdown, and + is now fixed. [GL #2791] + 5667. [bug] The configuration-checking code failed to account for the inheritance rules of the "dnssec-policy" option. [GL #2780]