Add CHANGES note for [GL #3325]

(cherry picked from commit f378e02423)
This commit is contained in:
Mark Andrews 2023-05-24 00:00:09 +10:00 committed by Ondřej Surý
parent 5739b4817a
commit 1e7f5eb161
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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]