From: Matthijs Mekking Date: Wed, 23 Dec 2020 11:03:26 +0000 (+0100) Subject: Fixup notes X-Git-Tag: v9.17.9~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e7ccecefe54caca4253599ec094d0aab2a5802d;p=thirdparty%2Fbind9.git Fixup notes I screwed up the notes in !4474 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 79b09fd595a..a2444c99a85 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -34,6 +34,8 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ +- ``ipv4only.arpa`` is now served when ``dns64`` is configured. [GL #385] + - It is now possible to transition a zone from secure to insecure mode without making it bogus in the process: changing to ``dnssec-policy none;`` also causes CDS and CDNSKEY DELETE records to be published, to @@ -50,5 +52,9 @@ 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]