+6009. [bug] Don't trust a placeholder KEYDATA from the managed-keys
+ zone by adding it into secroots. [GL #2895]
+
6008. [bug] Fixed a race condition that could cause a crash
in dns_zone_synckeyzone(). [GL #3617]
- In certain resolution scenarios quotas could be erroneously reached for
servers, including the configured forwarders, resulting in SERVFAIL answers
sent to the clients. This has been fixed. :gl:`#3598`
+
+- When having Internet connectivity issues during the initial startup of
+ ``named``, BIND resolver with ``dnssec-validation`` set to ``auto`` could
+ enter into a state where it would not recover without stopping ``named``,
+ manually deleting ``managed-keys.bind`` and ``managed-keys.bind.jnl`` files,
+ and starting ``named`` again. :gl:`#2895`