]> 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 22:24:23 +0000 (14:24 -0800)
(cherry picked from commit 34a7166029290e2a2bcca4a82e6585619f7fae65)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9dbb6995f75677263791ce73e60f6eb92f926ef6..6ad4ac890fd1b41eaf7dff8b352cca6d117bd6ba 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]
+
 6059.  [bug]           In some serve stale scenarios, like when following an
                        expired CNAME record, named could return SERVFAIL if the
                        previous request wasn't successful. Consider non-stale
index ebe1ab10119024e0041ea3035583b7a8da30d9ab..49aba2e7b643e38cb0773ee6ad081de585ad50b7 100644 (file)
@@ -25,7 +25,11 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- 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
 ~~~~~~~~~~~~~~~