From: Michał Kępień Date: Thu, 28 Jun 2018 11:38:39 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.13.2~7^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6f719b482b7f4fea73db6818a5bfd09d087a456d;p=thirdparty%2Fbind9.git Add CHANGES entry 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] --- diff --git a/CHANGES b/CHANGES index a4dfc050b52..862b8ac7204 100644 --- 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]