]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #3773]
authorEvan Hunt <each@isc.org>
Fri, 6 Jan 2023 06:47:39 +0000 (22:47 -0800)
committerEvan Hunt <each@isc.org>
Mon, 9 Jan 2023 20:15:28 +0000 (12:15 -0800)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 1438076aa19cf02b862bb6158de8bb3b0ece10db..b2fc08aa6505142e4f7a69d06c317fa231fc08c3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+6062.  [func]          The DSCP implementation, which has been
+                       nonfunctional for some time, is now marked as
+                       obsolete and the implementation has been removed.
+                       Configuring DSCP values in named.conf has no
+                       effect, and a warning will be logged that
+                       the feature should no longer be used. [GL #3773]
+
 6061.  [bug]           Fix unexpected "Prohibited" extended DNS error
                        on allow-recursion. [GL #3743]
 
index 3ea4eb49fe6cbcff16968042790396e2ef5ccad6..078aa901ff07cda8b30aacd8aabfdaab44831822 100644 (file)
@@ -25,12 +25,16 @@ New Features
 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`
 
+- The Differentiated Services Code Point (DSCP) feature in BIND
+  has been non-operational since the new Network Manager was introduced
+  in BIND 9.16. It is now marked as obsolete, and vestigial code
+  implementing it has been removed. Configuring DSCP values in
+  ``named.conf`` will cause a warning to be logged. :gl:`#3773`
+
 Feature Changes
 ~~~~~~~~~~~~~~~