From: Ondřej Surý Date: Thu, 6 Oct 2022 16:06:05 +0000 (+0200) Subject: Add CHANGES note for [GL #3583] X-Git-Tag: v9.19.7~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b9295fcd9a6e26bd3b104703ead9dcf32dadd5d;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3583] --- diff --git a/CHANGES b/CHANGES index 4b45bd2792c..65aecf09c56 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +6010. [func] Make the initial interface scan happen before + dropping the privileges. This requires exiting + exclusive mode before scanning the interfaces + and re-entering it again when we are done. This + is because starting the listening on interfaces + requires the loopmgr to be running and not paused. + [GL #3583] + 6009. [bug] Don't trust a placeholder KEYDATA from the managed-keys zone by adding it into secroots. [GL #2895]