mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:30:00 -04:00
Add CHANGES and release notes for #3714
Update release notes, remove the deprecation entry and add a new removed feature entry.
This commit is contained in:
parent
d8e98d4bba
commit
e277f1f757
3 changed files with 10 additions and 2 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6055. [cleanup] Remove setting alternate transfer sources, make options
|
||||
alt-transfer-source, alt-transfer-transfer-source-v6,
|
||||
and use-alt-transfer-source ancient. [GL #3714]
|
||||
|
||||
6054. [func] Refactor remote servers (primaries, parental-agents)
|
||||
in zone.c. Store common code in new source files
|
||||
remote.c and remote.h. Introduce a new way to set the
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ Feature Changes
|
|||
:any:`dnssec-policy`. :gl:`#3667`
|
||||
|
||||
- Setting alternate local addresses for inbound zone transfers has been
|
||||
deprecated. The relevant options (:any:`alt-transfer-source`,
|
||||
:any:`alt-transfer-source-v6`, and :any:`use-alt-transfer-source`)
|
||||
deprecated. The relevant options (``alt-transfer-source``,
|
||||
``alt-transfer-source-v6``, and ``use-alt-transfer-source``)
|
||||
will be removed in a future BIND 9.19.x release. :gl:`#3694`
|
||||
|
||||
- On startup, :iscman:`named` now sets the limit on the number of open
|
||||
|
|
|
|||
|
|
@ -27,6 +27,10 @@ Removed Features
|
|||
|
||||
- None.
|
||||
|
||||
- The options to set alternate local addresses for inbound zone transfers
|
||||
are removed (``alt-transfer-source``, ``alt-transfer-source-v6``,
|
||||
``use-alt-transfer-source``). :gl:`#3694`
|
||||
|
||||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue