mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
CHANGES and relnotes for [GL #4728]
This commit is contained in:
parent
c3d3d12911
commit
2b7cbd8d95
2 changed files with 7 additions and 1 deletions
4
CHANGES
4
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue