]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Tue, 5 May 2020 20:27:13 +0000 (22:27 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 5 May 2020 20:27:13 +0000 (22:27 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 885e60dfbef12cc7e80869a50587f4ee6cf95679..ee9d0ad819082784b420db66a09da87bf6f37a64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,12 @@
                        success if errors were found in one view but not in a
                        subsequent one. [GL #1807]
 
-5403.  [func]          Don't set udp recv/send buffer sizes, sockets will
-                       use system defaults. [GL #1713]
+5403.  [func]          Do not set UDP receive/send buffer sizes - use system
+                       defaults. [GL #1713]
 
-5402.  [bug]           Enable SO_REUSEADDR on all platforms, and either
-                       SO_REUSEPORT_LB on FreeBSD, or SO_REUSEPORT on Linux.
-                       [GL !3365]
+5402.  [bug]           On FreeBSD, use SO_REUSEPORT_LB instead of SO_REUSEPORT.
+                       Enable use of SO_REUSEADDR on all platforms which
+                       support it. [GL !3365]
 
 5401.  [bug]           The number of input queues allocated during dnstap
                        initialization was too low, which could prevent some
 5399.  [func]          Add engine support to OpenSSL ECDSA implementation.
                        [GL #1534]
 
-5398.  [bug]           Named could fail to restart if a zone added with
-                       'rndc addzone' contained a double quote (\") in
-                       its name.  [GL #1695]
+5398.  [bug]           Named could fail to restart if a zone with a double
+                       quote (") in its name was added with 'rndc addzone'.
+                       [GL #1695]
 
 5397.  [func]          Update PKCS#11 EdDSA implementation to PKCS#11 v3.0.
                        Thanks to Aaron Thompson. [GL !3326]
 
-5396.  [func]          Use UV_UDP_RECVMMSG flag to enable recvmmsg support in
-                       libuv >= 1.37. [GL #1797]
+5396.  [func]          When necessary (i.e. in libuv >= 1.37), use the
+                       UV_UDP_RECVMMSG flag to enable recvmmsg() support in
+                       libuv. [GL #1797]
 
-5394.  [cleanup]       Don't change effective uid/gid in named_os_openfile()
-                       if named is already running under specified uid/gid.
-                       [GL #1042] [GL #1090]
+5394.  [cleanup]       Named formerly attempted to change the effective UID and
+                       GID in named_os_openfile(), which could trigger a
+                       spurious log message if they were already set to the
+                       desired values. This has been fixed. [GL #1042]
+                       [GL #1090]
 
 5392.  [bug]           It was possible for named to crash during shutdown
                        or reconfiguration if an RPZ zone was still being
                        updated. [GL #1779]
 
-5389.  [bug]           Finish the PKCS#11 code cleanup, fix couple of smaller
+5389.  [bug]           Finish PKCS#11 code cleanup, fix a couple of smaller
                        bugs and use PKCS#11 v3.0 EdDSA macros and constants.
                        Thanks to Aaron Thompson. [GL !3391]
 
-5387.  [func]          Warn about AXFR streams that are incompatible with
-                       BIND 9.17.2.  [GL #1674]
-
-5386.  [cleanup]       Address Coverity warnings in keymgr.c [GL #1737]
+5387.  [func]          Warn about AXFR streams with inconsistent message IDs.
+                       [GL #1674]
 
+5386.  [cleanup]       Address Coverity warnings in lib/dns/keymgr.c.
+                       [GL #1737]
 
 5385.  [func]          Make ISC rwlock implementation the default again.
                        [GL #1753]
 
-5384.  [bug]           With dnssec-policy, inline-signing was implicitly set
-                       to yes.  Change and only set inline-signing to yes
-                       if the zone is not dynamic. [GL #1709]
+5384.  [bug]           With "dnssec-policy" in effect, "inline-signing" was
+                       implicitly set to "yes". Now "inline-signing" is only
+                       set to "yes" if the zone is not dynamic. [GL #1709]
 
        --- 9.16.2 released ---