Add notes for [#2341]

Mention the bugfix in the release.
This commit is contained in:
Matthijs Mekking
2020-12-08 09:55:36 +01:00
parent 7825d8f916
commit 08b6e8c2c9
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View 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]