Tweak and reword release notes

This commit is contained in:
Michal Nowak 2025-11-06 19:50:41 +01:00
parent 948ece0e7f
commit 88132b485e
No known key found for this signature in database

View 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 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`