From 88132b485ede0db1c9931df0790a8dce18bae183 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 6 Nov 2025 19:50:41 +0100 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-9.18.42.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-9.18.42.rst b/doc/notes/notes-9.18.42.rst index 44cb8ccd6c..51eaba37b0 100644 --- a/doc/notes/notes-9.18.42.rst +++ b/doc/notes/notes-9.18.42.rst @@ -15,10 +15,10 @@ Notes for BIND 9.18.42 Bug Fixes ~~~~~~~~~ -- Skip unsupported algorithms when looking for signing key. +- Skip unsupported algorithms when looking for a signing key. A mix of supported and unsupported DNSSEC algorithms in the same zone - could have caused validation failures. Ignore the DNSSEC keys with - unsupported algorithm when looking for the signing keys. :gl:`#5622` + could cause validation failures. Unsupported algorithms are now + ignored when looking for signing keys. :gl:`#5622`