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]