mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release note for [GL #4593]
This commit is contained in:
parent
7c96bf3e71
commit
dfefc89b7e
2 changed files with 7 additions and 0 deletions
3
CHANGES
3
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue