From: Michał Kępień Date: Tue, 9 Oct 2018 08:54:51 +0000 (+0200) Subject: Add CHANGES entry X-Git-Tag: v9.13.4~99^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5b699aaa424be45a30263783da3ff5a7ed8a320a;p=thirdparty%2Fbind9.git Add CHANGES entry XXXX. [func] A default list of primary servers for the root zone is now built into named, allowing the "masters" statement to be omitted when configuring an IANA root zone mirror. [GL #564] XXXX. [func] Attempts to use mirror zones with recursion disabled are now considered a configuration error. [GL #564] XXXX. [func] The only valid zone-level NOTIFY settings for mirror zones are now "notify no;" and "notify explicit;". [GL #564] XXXX. [func] Mirror zones are now configured using "type mirror;" rather than "mirror yes;". [GL #564] --- diff --git a/CHANGES b/CHANGES index d82373c4bc0..34c100c6702 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +5055. [func] A default list of primary servers for the root zone is + now built into named, allowing the "masters" statement + to be omitted when configuring an IANA root zone + mirror. [GL #564] + +5054. [func] Attempts to use mirror zones with recursion disabled + are now considered a configuration error. [GL #564] + +5053. [func] The only valid zone-level NOTIFY settings for mirror + zones are now "notify no;" and "notify explicit;". + [GL #564] + +5052. [func] Mirror zones are now configured using "type mirror;" + rather than "mirror yes;". [GL #564] + 5051. [doc] Documentation incorrectly stated that the "server-addresses" static-stub zone option accepts custom port numbers. [GL #582]