From d6768d6000dd70a03e944a9df7e5f8513cf5079f Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 9 Jan 2023 16:59:47 -0800 Subject: [PATCH] CHANGES and release note revision for [GL #3789] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 301891bd4b..f583294722 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 b4b5529b3e..103dae1477 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 ~~~~~~~~~~~~~~~