]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3380]
authorAram Sargsyan <aram@isc.org>
Thu, 2 Jun 2022 08:42:05 +0000 (08:42 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 2 Jun 2022 09:30:38 +0000 (09:30 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ff445f22fb3916abaf818280a2e94c24a083c4b0..7ea8466bb779f09e567eb99bcfcaed1d4253812a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5899.  [func]          Don't try to process DNSSEC-related and ZONEMD records
+                       in catz. [GL #3380]
+
 5898.  [cleanup]       Simplify BIND's internal DNS name compression API. As
                        RFC 6891 explains, it isn't practical to deploy new
                        label types or compression methods, so it isn't
index 4537e372ea6003aab1ef5f09731d0c9051a9bd60..2cdadf56debc927a714c15f0ccc813a8fe64d7b7 100644 (file)
@@ -45,3 +45,6 @@ Bug Fixes
 - Key files were updated every time the ``dnssec-policy`` key manager ran,
   whether the metadata has changed or not. BIND now checks if changes were
   applied before writing out the key files. :gl:`#3302`.
+
+- DNSSEC-signed catalog zones were not being processed correctly. This
+  has been fixed. :gl:`#3380`.