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

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index fe408d069881e9d1283ac39d8832c2f816279cc9..c2af95bd44dda4505e3cdb5d5e82c3118cf9f2d2 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]
+
 5890.  [bug]           When the fetches-per-server quota was adjusted
                        because of an authoritative server timing out more
                        or less frequently, it was incorrectly set to 1
index 37d9d630c4d210ef1231752ea5e34b2502bd4bdd..046b9151bcead12addb5d04f7d7bed3588efbdf6 100644 (file)
@@ -43,3 +43,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`.