]> 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 10:21:35 +0000 (10:21 +0000)
(cherry picked from commit b8073cbe72563b931c6840eb4a1591ab4fc7aac9)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5c8236d6f93c2bc767eb3ac361f1a39a82b40f40..8e279f5d93b98992959b0e2a1fc902c893fb633b 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]
+
 5896.  [func]          Add some more dnssec-policy checks to detect weird
                        policies. [GL #1611]
 
index 3a6ddd8b5de8901911f7c2b9d92f551a45903561..0d5399df98e484e26e15e124956f1c9d93af668c 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`.