diff --git a/CHANGES b/CHANGES index 10fbe1e068..b6d9b2c5e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5985. [func] Bump the minimal libuv version to 1.34.0. [GL #3567] + 5984. [func] 'named -V' now reports the list of supported DNSSEC/DS/HMAC algorithms and the supported TKEY modes. [GL #3541] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index babef0ad71..5849fd13e8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -67,6 +67,10 @@ Feature Changes with '-DOPENSSL_API_COMPAT=10100' specified in the CFLAGS at compile time. :gl:`!6711` +- Compiling BIND 9 now requires at least libuv version 1.34.0 or higher. The + libuv should be available on all supported platforms either as a native + package or as a backport. :gl:`#3567` + Bug Fixes ~~~~~~~~~