From 899527e3579d469632c5fac3a4d3a2e88d01361d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 18 Jul 2023 12:21:32 +1000 Subject: [PATCH] Add CHANGES note for [GL #4209] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3e3f9a30b1..6f44ed8d64 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6279. [func] Use QNAME minimization when fetching nameserver + addresses. [GL #4209] + 6278. [bug] The call to isc_mem_setwater() was incorrectly removed from dns_cache_setcachesize(), causing cache overmem conditions not to be detected. [GL #4340]