From: Artem Boldariev Date: Fri, 12 Nov 2021 08:47:25 +0000 (+0200) Subject: Add an entry to CHANGES [GL #3004] X-Git-Tag: v9.17.21~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61d824cd415bdfac17c07ed08c93be669d586674;p=thirdparty%2Fbind9.git Add an entry to CHANGES [GL #3004] Mentions that there is a fix to a bug in DoT code leading to an abort when a zone transfer over TLS ends with an unexpected DNS message. --- diff --git a/CHANGES b/CHANGES index 0b211b353ae..f5c859d8f97 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5763. [bug] Fix a bug in DoT code leading to an abort when + a zone transfer ends with an unexpected DNS message. + [GL #3004] + 5762. [bug] Fix a "named" crash related to removing and restoring a `catalog-zone` entry in the configuration file and running `rndc reconfig`. [GL #1608]