]> 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 11:06:35 +0000 (12:06 +0100)
Mention the bugfix in the release.

(cherry picked from commit 08b6e8c2c9218928537a6b6a4f72cccc5e1faea6)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 0d42eb72cdcb61732bc540ba78e85c579f5497be..b1bee0462db2e9c41dd4678de2640e5f466456a1 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 7086eae2aeb79d0ad0a7fdedc4e80f068e486039..12a78bf53dd65e94343f1207872b9880729b88e2 100644 (file)
@@ -64,6 +64,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]