From ac682009a831a0d80c9f3978216ef53f9e11b40d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 4 Jul 2023 13:46:02 +1000 Subject: [PATCH] Add release note for [GL #4170] --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6f293436b9..c425485832 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,6 +35,10 @@ Feature Changes - Make :iscman:`nsupdate` honor the ``-v`` option for SOA queries, that is send the request over TCP, only if the server is specified. :gl:`#1181` +- Extend client side support for the EDNS EXPIRE option to IXFR and + AXFR query types. ``named`` will now be making EDNS queries AXFR + and IXFR queries with EDNS options present. :gl:`#4170` + Bug Fixes ~~~~~~~~~