]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Mon, 16 Nov 2020 13:49:34 +0000 (14:49 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Nov 2020 11:25:53 +0000 (12:25 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index cc8ffc33f3592fbdbecbdce28cb9d89f19c363f3..8c4f67b2cc8580c2964f69b13c35b16ff2c9d9d9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,40 +1,37 @@
 5534.  [bug]           The synthesised CNAME from a DNAME was incorrectly
                        followed when the QTYPE was CNAME or ANY. [GL #2280]
 
-5533.  [func]          Add "stale-refresh-time" option, a time window that
-                       starts after a failed lookup, during which stale rrset
-                       will be served directly from cache before a new
-                       attempt to refresh it is made. [GL #2066]
+5533.  [func]          Add the "stale-refresh-time" option, a time window that
+                       starts after a failed lookup, during which a stale RRset
+                       is served directly from cache before a new attempt to
+                       refresh it is made. [GL #2066]
 
-5530.  [bug]           DNSTAP did not capture responses to forwarded
-                       UPDATE requests. [GL #2252]
+5530.  [bug]           dnstap did not capture responses to forwarded UPDATE
+                       requests. [GL #2252]
 
-5527.  [bug]           There was a NULL pointer dereference if the creation
-                       of the fetch to determine if a negative trust anchor
-                       was still valid failed. [GL #2244]
+5527.  [bug]           A NULL pointer dereference occurred when creating an NTA
+                       recheck query failed. [GL #2244]
 
 5525.  [bug]           Change 5503 inadvertently broke cross-compilation by
                        replacing a call to AC_LINK_IFELSE() with a call to
                        AC_RUN_IFELSE() in configure.ac.  This has been fixed,
                        making cross-compilation possible again. [GL #2237]
 
-5523.  [bug]           The initial lookup of a zone transitioning to/from
-                       the signed state could fail if the DNSKEY RRset was
-                       not found.  Subsequent lookups would succeed.
-                       [GL #2236]
+5523.  [bug]           The initial lookup in a zone transitioning to/from a
+                       signed state could fail if the DNSKEY RRset was not
+                       found. [GL #2236]
 
-5522.  [bug]           Fix a race/NULL dereference in TCPDNS. [GL #2227]
+5522.  [bug]           Fixed a race/NULL dereference in TCPDNS send. [GL #2227]
 
 5520.  [bug]           Fixed a number of shutdown races, reference counting
                        errors, and spurious log messages that could occur
                        in the network manager. [GL #2221]
 
-5518.  [bug]           Fix stub zone not transferring nameserver addresses
-                       from masters configured with 'minimal-responses yes'.
-                       [GL #1736]
+5518.  [bug]           Stub zones now work correctly with primary servers using
+                       "minimal-responses yes". [GL #1736]
 
-5517.  [bug]           Handle 'UV_EOF' differently and don't contribute it to
-                       the RECVFAIL statistic count. [GL #2208]
+5517.  [bug]           Do not treat UV_EOF as a TCP4RecvErr or a TCP6RecvErr.
+                       [GL #2208]
 
        --- 9.16.8 released ---