From: Mark Andrews Date: Thu, 13 Aug 2020 05:16:55 +0000 (+1000) Subject: Add CHANGES note X-Git-Tag: v9.17.5~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d69ba04cbddcf763fdddadfa29edda179c4b97;p=thirdparty%2Fbind9.git Add CHANGES note --- diff --git a/CHANGES b/CHANGES index 12e59095d96..00ce9e2da8e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +5489. [bug] Named failed to reject some invalid records resulting + in records that, after being printed, could not be + loaded or would result in DNSSEC validation failures + when re-read from zone files as the wire format + differed. The covered records records are: CERT, + IPSECKEY, NSEC3, NSEC3PARAM, NXT, SIG, TLSA, WKS, and + X25. [GL !3953] + 5488. [bug] nta needed to have a weak reference on view to prevent the view being deleted while nta tests are being performed. [GL #2067]