]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note discussing recvmmsg() support
authorMichał Kępień <michal@isc.org>
Mon, 4 May 2020 10:00:40 +0000 (12:00 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 4 May 2020 10:00:40 +0000 (12:00 +0200)
doc/arm/notes-9.17.2.xml

index dcfc529c95980818db8ef691dd6add6c45e2aee3..3290ffd0b0667fba3939dfe90de03ad308f4c1bd 100644 (file)
           for a list of not yet resolved issues that will be fixed in the
           following releases.
         </para>
+        <para>
+          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]
+        </para>
       </listitem>
     </itemizedlist>
   </section>