]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Fri, 8 Jan 2021 15:16:51 +0000 (16:16 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Jan 2021 07:57:22 +0000 (08:57 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0f51a92db558bc1c4bf70f311ccb149c83ace929..ee54eb4fb05cc1500cedb96f44812ea51bc7f03f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        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]