]> 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:57:47 +0000 (12:57 +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 f467ba8e1f4e129297386806705b53ea48ba87f9)

CHANGES

diff --git a/CHANGES b/CHANGES
index b929c3fb4520c3301e8a62237dd7fd0df1a8403d..5e4d4eed2c7991ea2ef9441d1178b8202a458fcf 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.