]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Thu, 9 Nov 2023 11:36:34 +0000 (12:36 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 9 Nov 2023 11:36:34 +0000 (12:36 +0100)
doc/notes/notes-9.19.18.rst

index 3d8da8939a8c8192ef2f91cd3bd76b70f48b4277..df7511d663d8d3546c1f2993d38f748c36c707c9 100644 (file)
@@ -23,18 +23,9 @@ New Features
   recursive queries, so that resolution can be performed over a NAT64
   connection. :gl:`#608`
 
-- Processing large incremental transfers (IXFR) has been offloaded to a
-  separate work thread so that it does not prevent networking threads
-  from processing regular traffic in the meantime. :gl:`#4367`
-
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- Configuring the control channel to use a Unix domain socket has been a
-  fatal error since BIND 9.18. The feature has now been completely
-  removed and :iscman:`named-checkconf` now reports it as a
-  configuration error. :gl:`#4311`
-
 - Support for the ``lock-file`` statement and the ``named -X``
   command-line option has been removed. An external process supervisor
   should be used instead. :gl:`#4391`
@@ -47,9 +38,21 @@ Removed Features
 
     flock -n -x <directory>/named.lock <path>/named <arguments>
 
+- Configuring the control channel to use a Unix domain socket has been a
+  fatal error since BIND 9.18. The feature has now been completely
+  removed and :iscman:`named-checkconf` now reports it as a
+  configuration error. :gl:`#4311`
+
 Feature Changes
 ~~~~~~~~~~~~~~~
 
+- Processing large incremental transfers (IXFR) has been offloaded to a
+  separate work thread so that it does not prevent networking threads
+  from processing regular traffic in the meantime. :gl:`#4367`
+
+- QNAME minimization is now used when looking up the addresses of name
+  servers during the recursive resolution process. :gl:`#4209`
+
 - The :any:`inline-signing` zone option is now ignored if there is no
   :any:`dnssec-policy` configured for the zone. This means that unsigned
   zones no longer create redundant signed versions of the zone.
@@ -58,9 +61,6 @@ Feature Changes
 - The IP addresses for B.ROOT-SERVERS.NET have been updated to
   170.247.170.2 and 2801:1b8:10::b. :gl:`#4101`
 
-- QNAME minimization is now used when looking up the addresses of name
-  servers during the recursive resolution process. :gl:`#4209`
-
 Bug Fixes
 ~~~~~~~~~