]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Thu, 28 Jun 2018 11:38:39 +0000 (13:38 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Jun 2018 11:38:39 +0000 (13:38 +0200)
4985. [func] Add a new slave zone option, "mirror", to enable
serving a non-authoritative copy of a zone that
is subject to DNSSEC validation before being
used.  For now, this option is only meant to
facilitate deployment of an RFC 7706-style local
copy of the root zone. [GL #33]

CHANGES

diff --git a/CHANGES b/CHANGES
index a4dfc050b520c73a5bd5b68be77fd6c68fec718c..862b8ac7204211299038792c5c174fba278bf206 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+4985.  [func]          Add a new slave zone option, "mirror", to enable
+                       serving a non-authoritative copy of a zone that
+                       is subject to DNSSEC validation before being
+                       used.  For now, this option is only meant to
+                       facilitate deployment of an RFC 7706-style local
+                       copy of the root zone. [GL #33]
+
 4984.  [bug]           Improve handling of very large incremental
                        zone transfers to prevent journal corruption. [GL #339]