From 86bd0c719e54fb9894ff725e8d453fec7416b861 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Thu, 2 Mar 2023 10:41:54 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.19.11.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/notes/notes-9.19.11.rst b/doc/notes/notes-9.19.11.rst index dd503921de..34df938681 100644 --- a/doc/notes/notes-9.19.11.rst +++ b/doc/notes/notes-9.19.11.rst @@ -38,6 +38,12 @@ Removed 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 @@ -59,12 +65,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 ~~~~~~~~~