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:
Matthijs Mekking 2022-12-05 10:23:12 +01:00
parent d8e98d4bba
commit e277f1f757
3 changed files with 10 additions and 2 deletions

View file

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

View file

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

View file

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