]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 18:50:41 +0000 (19:50 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 18:50:41 +0000 (19:50 +0100)
doc/notes/notes-9.18.42.rst

index 44cb8ccd6c7346b23b248188b6d33a9245847e88..51eaba37b054c8ff4ca55919405a89e897e824a9 100644 (file)
@@ -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 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`