]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Mon, 7 Dec 2020 07:21:06 +0000 (08:21 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 7 Dec 2020 07:21:06 +0000 (08:21 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index a8a7d9e18add67921ca2fa36d2e4c6f42a4a77e1..7d6e317be11a065c38d7454e10ee403c3b4e78b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-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]
 
 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]
 
-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.16.9 released ---