]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Wed, 13 Jun 2018 10:19:54 +0000 (12:19 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 13 Jun 2018 10:59:03 +0000 (12:59 +0200)
4971. [bug] dnssec-signzone and dnssec-verify did not treat records
below a DNAME as out-of-zone data. [GL #298]

(cherry picked from commit f9637ae0e5c9fdbe70540c7ffbc717f5b0b69ab9)

CHANGES

diff --git a/CHANGES b/CHANGES
index 035570092163316618cf44597a9b019a16d20a32..171006f039a1b5ebfb31277ece84a45cdc572151 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4971.  [bug]           dnssec-signzone and dnssec-verify did not treat records
+                       below a DNAME as out-of-zone data. [GL #298]
+
 4969.  [cleanup]       Refactor zone logging functions. [GL #269]
 
 4968.  [bug]           If glue records are signed, attempt to validate them.