From dfefc89b7ef5bf3313a56e5c2269edfa34130d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 Mar 2024 08:49:53 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #4593] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index bd72ded702..2de7d25c5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6368. [func] The 'sortlist' option has been marked and documented + as deprecated. [GL #4593] + 6367. [bug] Since the dns_validator_destroy() function doesn't guarantee that it destroys the validator, rename it to dns_validator_shutdown() and require explicit diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index baf7840df2..e9effb3afe 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -32,6 +32,10 @@ Feature Changes - None. +- The ``sortlist`` option has been deprecated and will be removed + in a future BIND 9.21.x release. Please don't rely on a specific + order of resource records in the DNS messages. :gl:`#4593` + Bug Fixes ~~~~~~~~~