From ae853dd2b63d01766bb6ca0a2eb56f79379d84ca Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 May 2023 00:03:02 +1000 Subject: [PATCH] Add release note for [GL #3325] (cherry picked from commit 2a71ed47a7da39ed6bcf0e15244efa80a28c5283) --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bfa047ac52..2b5bc41428 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,6 +35,11 @@ Feature Changes the query, :iscman:`named` now retries sending the query to the same server without an EDNS COOKIE option. :gl:`#4049` +- Use NS records for relaxed QNAME-minimization mode. This reduces the + number of queries ``named`` makes when resolving, as it allows the + non-existence of NS RRsets at non-referral nodes to be cached in + addition to the normally cached referrals. :gl:`#3325` + Bug Fixes ~~~~~~~~~