From: Ondřej Surý Date: Fri, 1 Mar 2024 07:49:53 +0000 (+0100) Subject: Add CHANGES and release note for [GL #4593] X-Git-Tag: v9.19.23~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfefc89b7ef5bf3313a56e5c2269edfa34130d3e;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4593] --- diff --git a/CHANGES b/CHANGES index bd72ded702f..2de7d25c5bc 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 baf7840df23..e9effb3afe0 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 ~~~~~~~~~