2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note for [GL #4593]

This commit is contained in:
Ondřej Surý 2024-03-01 08:49:53 +01:00
parent 7c96bf3e71
commit dfefc89b7e
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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
~~~~~~~~~