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

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