From: Mark Andrews Date: Mon, 8 May 2023 09:39:54 +0000 (+1000) Subject: Add CHANGES note for [GL #4049] X-Git-Tag: v9.19.14~64^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97e1bb0e985416b869bf7002398163ae9b98bba1;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4049] --- diff --git a/CHANGES b/CHANGES index 3a07a498989..3673b44fd35 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6166. [func] Retry without DNS COOKIE on FORMERR if it appears that + the FORMERR was due to the presence of a DNS COOKIE + option. [GL #4049] + 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]