From ba020b32259bda0cb6e7222d1b60441bfeb41bce Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 17 Nov 2022 11:23:31 +1100 Subject: [PATCH] Add CHANGES note for [GL #3613] (cherry picked from commit 485e968087b4dcb8130fe8606b00572cf7f06c18) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 7b5cae33b0..ae4562ed60 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6042. [bug] ANY responses could sometimes have the wrong TTL. + [GL #3613] + 6040. [bug] Speed up the named shutdown time by explicitly canceling all recursing ns_client objects for each ns_clientmgr. [GL #3183]