From 2b7cbd8d95994b31e9418d7d424cebaca132fd3a Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 16 May 2024 15:52:27 -0700 Subject: [PATCH] CHANGES and relnotes for [GL #4728] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c76567bcab..2323d27003 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6396. [func] Outgoing zone transfers are no longer enabled by + default. To enable them, an "allow-transfer" ACL + must be specified. [GL #4728] + 6395. [bug] Handle ISC_R_HOSTDOWN and ISC_R_NETDOWN in resolver.c. [GL #4736] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0b57512d6e..ee6f2ef748 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -32,7 +32,9 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- Outgoing zone transfers are no longer enabled by default. An explicit + :any:`allow-transfer` ACL must now be set at the :any:`zone`, :any:`view` or + :namedconf:ref:`options` level to enable outgoing transfers. :gl:`#4728` Bug Fixes ~~~~~~~~~