]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note
authorMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 05:16:55 +0000 (15:16 +1000)
committerMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 13:16:18 +0000 (23:16 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 12e59095d96962db6ea58cb4f9d00359c0fd17b5..00ce9e2da8e18b63293ad4215f8101c2c6aab738 100644 (file)
--- 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]