From 178e0317a61224c0d0b0d8ab1da2f2330d3cc16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 27 Sep 2022 14:16:17 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #3567] --- CHANGES | 2 ++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 6 insertions(+) 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 ~~~~~~~~~