From cec1e232d97fb4b1c832ff43905a9356dd963f40 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Fri, 8 Sep 2023 10:00:58 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.19.17.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/notes/notes-9.19.17.rst b/doc/notes/notes-9.19.17.rst index 5606fb2692..7081fa3e71 100644 --- a/doc/notes/notes-9.19.17.rst +++ b/doc/notes/notes-9.19.17.rst @@ -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 ~~~~~~~~~