]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note
authorMichał Kępień <michal@isc.org>
Thu, 10 Jun 2021 08:13:23 +0000 (10:13 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 10 Jun 2021 08:13:23 +0000 (10:13 +0200)
doc/notes/notes-current.rst

index 520a61c7f824837fe3fbcf5cc3d7305d96a55694..a068f1911f2f1ec0d3e0628b2e3a8353441a7364 100644 (file)
@@ -81,3 +81,8 @@ Bug Fixes
 
 - Fixed a bug that caused the NSEC salt to be changed for KASP zones on
   every startup. :gl:`#2725`
+
+- Signed, insecure delegation responses prepared by ``named`` either
+  lacked the necessary NSEC records or contained duplicate NSEC records
+  when both wildcard expansion and CNAME chaining were required to
+  prepare the response. This has been fixed. :gl:`#2759`