]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add notes for [#2341]
authorMatthijs Mekking <matthijs@isc.org>
Tue, 8 Dec 2020 08:55:36 +0000 (09:55 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 23 Dec 2020 10:43:03 +0000 (11:43 +0100)
Mention the bugfix in the release.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c5b665997fc4affac3d5bf7e200941cbaad56099..464f770b1dc192b29170f350c02a63c8988d2ef9 100644 (file)
--- 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
index 8f697929a35e672b5c3d940712fef3913e4b6568..79b09fd595afdddabcd04a9699075dde178bf4f2 100644 (file)
@@ -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]