CHANGES and relnotes for [GL #4728]

This commit is contained in:
Evan Hunt 2024-05-16 15:52:27 -07:00
parent c3d3d12911
commit 2b7cbd8d95
2 changed files with 7 additions and 1 deletions

View file

@ -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]

View file

@ -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
~~~~~~~~~