From da8a269daf6cbe292cd372d45621d22010b81eae Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 4 Dec 2023 13:25:37 +1100 Subject: [PATCH] Add CHANGES note for [GL #4457] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 98a3633e0b..06772c24e6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6291. [bug] SIGTERM failed to properly stop multiple outstanding + lookup in dig. [GL #4457] + 6290. [bug] Dig +yaml will now report "no servers could be reached" also for UDP setup failure when no other servers or tries are left. [GL #1229]