]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichal Nowak <mnowak@isc.org>
Fri, 8 Sep 2023 08:00:58 +0000 (10:00 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 8 Sep 2023 08:18:58 +0000 (10:18 +0200)
doc/notes/notes-9.19.17.rst

index 5606fb2692843ffe56a4923695607604887d6aba..7081fa3e712dd6ef7daa65630f139554a3c27c6d 100644 (file)
@@ -30,6 +30,11 @@ New Features
   added. These probes enable fine-grained application tracing and
   introduce no overhead when they are not enabled. :gl:`#4041`
 
+- The client-side support of the EDNS EXPIRE option has been expanded to
+  include IXFR and AXFR query types. This enhancement enables
+  :iscman:`named` to perform AXFR and IXFR queries while incorporating
+  the EDNS EXPIRE option. :gl:`#4170`
+
 Removed Features
 ~~~~~~~~~~~~~~~~
 
@@ -39,19 +44,14 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- If the ``server`` command is specified, :iscman:`nsupdate` now honors
-  the :option:`nsupdate -v` option for SOA queries by sending both the
-  UPDATE request and the initial query over TCP. :gl:`#1181`
-
-- The client-side support of the EDNS EXPIRE option has been expanded to
-  include IXFR and AXFR query types. This enhancement enables
-  :iscman:`named` to perform AXFR and IXFR queries while incorporating
-  the EDNS EXPIRE option. :gl:`#4170`
-
 - Compiling with jemalloc versions older than 4.0.0 is no longer
   supported; those versions do not provide the features required by
   current BIND 9 releases. :gl:`#4296`
 
+- If the ``server`` command is specified, :iscman:`nsupdate` now honors
+  the :option:`nsupdate -v` option for SOA queries by sending both the
+  UPDATE request and the initial query over TCP. :gl:`#1181`
+
 Bug Fixes
 ~~~~~~~~~