From: Aram Sargsyan Date: Tue, 2 May 2023 13:21:35 +0000 (+0000) Subject: Add a CHANGES note for [GL #4039] X-Git-Tag: v9.19.14~65^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d71299121ef4d1307465333d99c66c11aa8eeb57;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #4039] --- diff --git a/CHANGES b/CHANGES index eac5a1a7c88..3a07a498989 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]