From d71299121ef4d1307465333d99c66c11aa8eeb57 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 2 May 2023 13:21:35 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4039] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index eac5a1a7c8..3a07a49898 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6165. [bug] Fix a logic error in dighost.c which could call the + dighost_shutdown() callback twice and cause problems + if the callback function was not idempotent. [GL #4039] + 6164. [bug] Set the rndc idle read timeout back to 60 seconds, from the netmgr default of 30 seconds, in order to match the behavior of 9.16 and earlier. [GL #4046]