2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

CHANGES and release note revision for [GL #3789]

This commit is contained in:
Evan Hunt
2023-01-09 16:59:47 -08:00
parent 287722ac12
commit d6768d6000
2 changed files with 7 additions and 1 deletions

View File

@@ -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 6069. [bug] Detach from the view in zone_shutdown() to
release the memory held by the dead view release the memory held by the dead view
early. [GL #3801] early. [GL #3801]

View File

@@ -25,7 +25,9 @@ New Features
Removed 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 Feature Changes
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~