From: Evan Hunt Date: Tue, 10 Jan 2023 00:59:47 +0000 (-0800) Subject: CHANGES and release note revision for [GL #3789] X-Git-Tag: v9.19.10~38^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6768d6000dd70a03e944a9df7e5f8513cf5079f;p=thirdparty%2Fbind9.git CHANGES and release note revision for [GL #3789] --- diff --git a/CHANGES b/CHANGES index 301891bd4b9..f583294722a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6070. [func] DSCP parsing has now been fully removed, and + configuration of DSCP values in named.conf is a + configuration error. [GL #3789] + 6069. [bug] Detach from the view in zone_shutdown() to release the memory held by the dead view early. [GL #3801] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b4b5529b3ed..103dae14776 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,9 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- None. +- The Differentiated Services Code Point (DSCP) feature has been removed: + configuring DSCP values in ``named.conf``` is now a configuration error. + :gl:`#3789` Feature Changes ~~~~~~~~~~~~~~~