]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Fri, 4 Dec 2020 10:07:22 +0000 (11:07 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 16 Dec 2020 21:05:50 +0000 (22:05 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index e13f0f97d2cc9979c7774b24ff576bfff3e2251d..534406c32878d465cb96bec8333cb3f238c942d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,19 +9,19 @@
 
 5546.  [placeholder]
 
-5545.  [func]          Restore reading of incoming queries by multiple netmgr
-                       threads on platforms other than Linux and FreeBSD 12.
-                       [GL #2137]
+5545.  [func]          OS support for load-balanced sockets is no longer
+                       required to receive incoming queries in multiple netmgr
+                       threads. [GL #2137]
 
-5544.  [func]          Restore the default value of nocookie-udp-size to 4096.
-                       [GL #2250]
+5544.  [func]          Restore the default value of "nocookie-udp-size" to 4096
+                       bytes. [GL #2250]
 
-5543.  [bug]           Restore the UDP performance after the user netmgr
-                       callbacks have been made asynchronous. [GL #2320]
+5543.  [bug]           Fix UDP performance issues caused by making netmgr
+                       callbacks asynchronous-only. [GL #2320]
 
-5542.  [bug]           Refactor the netmgr. [GL #1920] [GL #2034] [GL #2061]
-                       [GL #2194] [GL #2266] [GL #2283] [GL #2318] [GL #2321]
-                       [GL #2221]
+5542.  [bug]           Refactor netmgr. [GL #1920] [GL #2034] [GL #2061]
+                       [GL #2194] [GL #2221] [GL #2266] [GL #2283] [GL #2318]
+                       [GL #2321]
 
 5541.  [func]          Adjust the "max-recursion-queries" default from 75 to
                        100. [GL #2305]
 5539.  [bug]           Tighten handling of missing DNS COOKIE responses over
                        UDP by falling back to TCP. [GL #2275]
 
-5538.  [func]          Add NSEC3 support for zones that manage DNSSEC with
-                       the 'dnssec-policy' configuration. A new option
-                       'nsec3param' can be used to set the NSEC3 parameters.
-                       This now also detects salt collisions, and logs salt
-                       generation messages with zone context.
-                       [GL #1620]
+5538.  [func]          Add NSEC3 support to KASP. A new option for
+                       "dnssec-policy", "nsec3param", can be used to set the
+                       desired NSEC3 parameters. NSEC3 salt collisions are
+                       automatically prevented during resalting. Salt
+                       generation is now logged with zone context. [GL #1620]
 
 5537.  [func]          The query plugin mechanism has been extended
                        to support asynchronous operations. For example, a
                        plugin can now trigger recursion and resume
-                       processing when it's complete. Thanks to Jinmei
+                       processing when it is complete. Thanks to Jinmei
                        Tatuya at Infoblox. [GL #2141]
 
 5536.  [func]          Dig can now report the DNS64 prefixes in use
                        (+dns64prefix). [GL #1154]
 
 5535.  [bug]           dig/nslookup/host could crash on shutdown after an
-                       interrupt. [GL #2288]
+                       interrupt. [GL #2287] [GL #2288]
 
-5534.  [bug]           The synthesised CNAME from a DNAME was incorrectly
+5534.  [bug]           The CNAME synthesized from a DNAME was incorrectly
                        followed when the QTYPE was CNAME or ANY. [GL #2280]
 
        --- 9.17.7 released ---
@@ -67,7 +66,8 @@
                        to those files. [GL #1913]
 
 5531.  [func]          Add support for DNS over TLS (DoT) to dig and named.
-                       [GL #1840]
+                       dig output now includes the transport protocol used.
+                       [GL #1816] [GL #1840]
 
 5530.  [bug]           dnstap did not capture responses to forwarded UPDATE
                        requests. [GL #2252]