From: Michał Kępień Date: Fri, 8 Jan 2021 15:16:51 +0000 (+0100) Subject: Tweak and reword recent CHANGES entries X-Git-Tag: v9.17.10~28^2~6^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598a026cae6c940e06361785ab99e6f03870fa6b;p=thirdparty%2Fbind9.git Tweak and reword recent CHANGES entries --- diff --git a/CHANGES b/CHANGES index 0f51a92db55..ee54eb4fb05 100644 --- a/CHANGES +++ b/CHANGES @@ -19,37 +19,38 @@ enabling support for libmaxminddb was not working correctly. This has been fixed. [GL #2366] -5558. [bug] Asynchronous hook modules could assert due to - the fetch handle being detached too late. [GL #2379] +5558. [bug] Asynchronous hook modules could trigger an assertion + failure when the fetch handle was detached too late. + Thanks to Jinmei Tatuya at Infoblox. [GL #2379] -5557. [bug] Prevent rbtdb instances being destroyed by multiple +5557. [bug] Prevent RBTDB instances from being destroyed by multiple threads at the same time. [GL #2355] -5556. [bug] dnssec-signzone and dnssec-verify where now - printing too many newlines between log messages. - [GL #2359] +5556. [bug] Further tweak newline printing in dnssec-signzone and + dnssec-verify. [GL #2359] 5555. [placeholder] -5554. [bug] dnssec-signzone and dnssec-verify where missing - newlines between log messages. [GL #2359] +5554. [bug] dnssec-signzone and dnssec-verify were missing newlines + between log messages. [GL #2359] -5553. [bug] When reconfiguring named, removing "auto-dnssec" - did not actually turn off DNSSEC maintenance. - This has been fixed. [GL #2341] +5553. [bug] When reconfiguring named, removing "auto-dnssec" did not + turn off DNSSEC maintenance. [GL #2341] -5552. [func] When switching to "dnssec-policy none;", named - now permits a safe transition to insecure mode - and publishes the CDS and CDNSKEY DELETE - records, as described in RFC 8078. [GL #1750] +5552. [func] When switching to "dnssec-policy none;", named now + permits a safe transition to insecure mode and publishes + the CDS and CDNSKEY DELETE records, as described in RFC + 8078. [GL #1750] -5551. [bug] Only assign threads to CPUs in the CPU affinity set. - Thanks to Ole Bjørn Hessen. [GL #2245] +5551. [bug] named no longer attempts to assign threads to CPUs + outside the CPU affinity set. Thanks to Ole Bjørn + Hessen. [GL #2245] -5550. [func] Print a warning when falling back to the "increment" SOA - serial method. [GL #2058] +5550. [func] dnssec-signzone and named now log a warning when falling + back to the "increment" SOA serial method. [GL #2058] -5549. [protocol] Serve ipv4only.arpa when dns64 is configured. [GL #385] +5549. [protocol] ipv4only.arpa is now served when DNS64 is configured. + [GL #385] 5548. [placeholder]