From: Michał Kępień Date: Mon, 4 May 2020 10:00:40 +0000 (+0200) Subject: Add release note discussing recvmmsg() support X-Git-Tag: v9.16.3~9^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ea7921967ff653d823f858f373c48c6603bf8975;p=thirdparty%2Fbind9.git Add release note discussing recvmmsg() support (cherry picked from commit 84dc6d86cbb8a3d97893b5b9c0431ae16f48fe5c) --- diff --git a/doc/arm/notes-9.16.3.xml b/doc/arm/notes-9.16.3.xml index 2427e2721dd..193c8df4fbb 100644 --- a/doc/arm/notes-9.16.3.xml +++ b/doc/arm/notes-9.16.3.xml @@ -28,6 +28,17 @@ None. + + BIND crashes on startup when linked against libuv 1.36. This issue is + related to recvmmsg() support in libuv which was first included in + libuv 1.35. The problem was addressed in libuv 1.37, but the relevant + libuv code change requires a special flag to be set during library + initialization in order for recvmmsg() support to be enabled. This + BIND release sets that special flag when required, so recvmmsg() + support is now enabled when BIND is compiled against either libuv 1.35 + or libuv 1.37+; libuv 1.36 is still not usable with BIND. [GL #1761] + [GL #1797] +