]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorTom Krizek <tkrizek@isc.org>
Fri, 3 Mar 2023 12:08:34 +0000 (13:08 +0100)
committerTom Krizek <tkrizek@isc.org>
Fri, 3 Mar 2023 12:14:19 +0000 (13:14 +0100)
doc/notes/notes-9.18.13.rst

index 0486cda1b4e8e33ff69b09091aa26d5e66a49e33..3b134d68c6eeef4e77fac3998c1f90c12a4164b1 100644 (file)
@@ -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
 ~~~~~~~~~