]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 9 Oct 2018 08:54:51 +0000 (10:54 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 24 Oct 2018 18:33:41 +0000 (20:33 +0200)
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]

CHANGES

diff --git a/CHANGES b/CHANGES
index d82373c4bc02c1a673419630c116b24c2154e940..34c100c6702f9fec532ff6a0da11632689bbae9f 100644 (file)
--- 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]