From 1e7f5eb161cf3396b7946aec91c2e2b393fdc5bb Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 May 2023 00:00:09 +1000 Subject: [PATCH] Add CHANGES note for [GL #3325] (cherry picked from commit f378e024237f7d38d12f491071b6bdd966bcdcb9) --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index fd84fd56fd..79d5a49a64 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +6204. [bug] 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 + referrals that are normally cached. [GL #3325] + + 6200. [bug] Fix nslookup erroneously reporting a timeout when the input is delayed. [GL #4044]