From: Matthijs Mekking Date: Tue, 8 Dec 2020 08:55:36 +0000 (+0100) Subject: Add notes for [#2341] X-Git-Tag: v9.17.9~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b6e8c2c9218928537a6b6a4f72cccc5e1faea6;p=thirdparty%2Fbind9.git Add notes for [#2341] Mention the bugfix in the release. --- diff --git a/CHANGES b/CHANGES index c5b665997fc..464f770b1dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ 5553. [bug] When reconfiguring named, removing "auto-dnssec" - actually did not turn off DNSSEC maintenance. + did not actually turn off DNSSEC maintenance. This has been fixed. [GL #2341] 5552. [func] When switching to "dnssec-policy none;", named diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8f697929a35..79b09fd595a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -50,6 +50,5 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- Only assign threads to CPUs in the CPU affinity set, so that ``named`` no - longer attempts to run threads on CPUs outside the affinity set. Thanks to - Ole Bjørn Hessen. [GL #2245] +- When reconfiguring ``named``, removing ``auto-dnssec`` did actually not turn + off DNSSEC maintenance. This has been fixed. [GL #2341]