From: Michał Kępień Date: Thu, 6 Jul 2023 13:38:48 +0000 (+0200) Subject: Tweak and reword release notes X-Git-Tag: v9.19.15~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a298245f115a513239175641d8e991b64c47a5;p=thirdparty%2Fbind9.git Tweak and reword release notes --- diff --git a/doc/notes/notes-9.19.15.rst b/doc/notes/notes-9.19.15.rst index c08b6aabf38..9ded8abfa2b 100644 --- a/doc/notes/notes-9.19.15.rst +++ b/doc/notes/notes-9.19.15.rst @@ -15,16 +15,17 @@ Notes for BIND 9.19.15 Feature Changes ~~~~~~~~~~~~~~~ -- Use NS records for relaxed QNAME-minimization mode. This reduces the - number of queries ``named`` makes when resolving, as it allows the - non-existence of NS RRsets at non-referral nodes to be cached in - addition to the normally cached referrals. :gl:`#3325` +- The ``relaxed`` QNAME minimization mode now uses NS records. This + reduces the number of queries :iscman:`named` makes when resolving, as + it allows the non-existence of NS RRsets at non-referral nodes to be + cached in addition to the normally cached referrals. :gl:`#3325` Bug Fixes ~~~~~~~~~ -- Restored the abilty to read HMAC-MD5 K file pairs (K*.+157+*.{key,private}) - that was accidentally lost. :gl:`#4154` +- The ability to read HMAC-MD5 key files, which was accidentally lost in + BIND 9.19.6 and BIND 9.18.8, has been restored. :gl:`#3668` + :gl:`#4154` Known Issues ~~~~~~~~~~~~