From b3f116fadacf92082b3ec9947a38bbbacdb40ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 7 Dec 2023 12:04:45 +0100 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-9.18.21.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.18.21.rst b/doc/notes/notes-9.18.21.rst index b1338eccd9..12876d82f7 100644 --- a/doc/notes/notes-9.18.21.rst +++ b/doc/notes/notes-9.18.21.rst @@ -15,11 +15,13 @@ Notes for BIND 9.18.21 Removed Features ~~~~~~~~~~~~~~~~ -- The support for AES algorithm for DNS cookies has been deprecated. - :gl:`#4421` +- Support for using AES as the DNS COOKIE algorithm (``cookie-algorithm + aes;``) has been deprecated and will be removed in a future release. + Please use the current default, SipHash-2-4, instead. :gl:`#4421` -- The ``resolver-nonbackoff-tries`` and ``resolver-retry-interval`` options - are now deprecated. A warning will be logged if they are used. :gl:`#4405` +- The :any:`resolver-nonbackoff-tries` and :any:`resolver-retry-interval` + statements have been deprecated. Using them now causes a warning to be + logged. :gl:`#4405` Known Issues ~~~~~~~~~~~~