]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #3781]
authorEvan Hunt <each@isc.org>
Sat, 7 Jan 2023 01:30:07 +0000 (17:30 -0800)
committerEvan Hunt <each@isc.org>
Wed, 18 Jan 2023 01:29:43 +0000 (17:29 -0800)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f583294722ae9894cc142756775730ae7a24a6e4..17b28f627f37cc78f36c22e4150e74f60677ed4e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+6071.  [func]          The use of "port" when configuring query-source,
+                       transfer-source, notify-source and parental-source
+                       addresses has been deprecated, along with the
+                       use-v[46]-udp-ports and avoid-v[46]-udp-ports
+                       options. A warning will be logged when these
+                       options are used. In a future release, they
+                       will be removed. [GL #3781]
+
 6070.  [func]          DSCP parsing has now been fully removed, and
                        configuration of DSCP values in named.conf is a
                        configuration error. [GL #3789]
index 103dae1477676bf3cc41d839c5545e9c907d028d..cce6f01680c57c5708f5fcf838205cd1adbaef08 100644 (file)
@@ -29,6 +29,20 @@ Removed Features
   configuring DSCP values in ``named.conf``` is now a configuration error.
   :gl:`#3789`
 
+- Specifying a ``port`` when configuring source addresses (i.e., as
+  a parameter to ``query-source``, ``query-source-v6``,
+  ``transfer-source``, ``transfer-source-v6``, ``notify-source``,
+  ``notify-source-v6``, ``parental-source``, and
+  ``parental-source-v6``, or in the ``source`` or ``source-v6``
+  parameters to ``primaries``, ``parental-agents``, ``also-notify``,
+  or ``catalog-zones``) has been deprecated.  In addition, the
+  ``use-v4-udp-ports``, ``use-v6-udp-ports``, ``avoid-v4-udp-ports``,
+  and ``avoid-v6-udp-ports`` options have also been deprecated.
+
+  Warnings will be logged when any of these options are encountered
+  in ``named.conf``.  In a future release, they will be made
+  nonfunctional. :gl:`#3781`
+
 Feature Changes
 ~~~~~~~~~~~~~~~