]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3095]
authorOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 08:39:41 +0000 (09:39 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 18:06:39 +0000 (19:06 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index af4420b2ecdee330464c3fbbf7e11de9a1226d50..479b3c341914587aaa67151c2c66d94e151c8993 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5793.  [bug]           Correctly detect and enable UDP recvmmsg support
+                       in all versions of libuv that support it. [GL #3095]
+
 5792.  [bug]           Don't schedule zone events on ISC_R_SHUTTINGDOWN
                        event failures. [GL #3084]
 
index ebaf3ebeda4daa2059d757a4f95ecd1cf481295f..fc0832a0daa9d7b03e8e9d2b45d0066f007bd4c5 100644 (file)
@@ -57,3 +57,7 @@ Bug Fixes
 
 - Using ``rndc`` on a busy recursive server could cause the ``named`` to abort
   with assertion failure.  This has been fixed. :gl:`#3079`
+
+- With libuv >= 1.37.0, the recvmmsg support would not be enabled in ``named``
+  reducing the maximum query-response performance.  The recvmmsg support would
+  be used only in libuv 1.35.0 and 1.36.0.  This has been fixed.  :gl:`#3095`