From: Evan Hunt Date: Thu, 16 May 2024 22:52:27 +0000 (-0700) Subject: CHANGES and relnotes for [GL #4728] X-Git-Tag: v9.20.0~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7cbd8d95994b31e9418d7d424cebaca132fd3a;p=thirdparty%2Fbind9.git CHANGES and relnotes for [GL #4728] --- diff --git a/CHANGES b/CHANGES index c76567bcab1..2323d270034 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 0b57512d6ed..ee6f2ef748e 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 ~~~~~~~~~