From: Tom Krizek Date: Fri, 3 Mar 2023 12:08:34 +0000 (+0100) Subject: Reorder release notes X-Git-Tag: v9.18.13~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=866841a30a3bd018214f42ada4a31dd4fc9e4b9f;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-9.18.13.rst b/doc/notes/notes-9.18.13.rst index 0486cda1b4e..3b134d68c6e 100644 --- a/doc/notes/notes-9.18.13.rst +++ b/doc/notes/notes-9.18.13.rst @@ -24,6 +24,12 @@ New Features Feature Changes ~~~~~~~~~~~~~~~ +- Catalog zone updates are now run on specialized "offload" threads to + reduce the amount of time they block query processing on the main + networking threads. This increases the responsiveness of + :iscman:`named` when catalog zone updates are being applied after a + catalog zone has been successfully transferred. :gl:`#3881` + - libuv support for receiving multiple UDP messages in a single ``recvmmsg()`` system call has been tweaked several times between libuv versions 1.35.0 and 1.40.0; the current recommended libuv @@ -45,12 +51,6 @@ Feature Changes failure when receiving multiple UDP messages in a single system call. :gl:`#3840` -- Catalog zone updates are now run on specialized "offload" threads to - reduce the amount of time they block query processing on the main - networking threads. This increases the responsiveness of - :iscman:`named` when catalog zone updates are being applied after a - catalog zone has been successfully transferred. :gl:`#3881` - Bug Fixes ~~~~~~~~~