From: Ondřej Surý Date: Thu, 13 Jan 2022 08:39:41 +0000 (+0100) Subject: Add CHANGES and release notes for [GL #3095] X-Git-Tag: v9.18.0~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d778f758bde786231862f63d51e563262c0709a;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3095] --- diff --git a/CHANGES b/CHANGES index af4420b2ecd..479b3c34191 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ebaf3ebeda4..fc0832a0daa 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`