2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add CHANGES and release notes for [GL #2895]

This commit is contained in:
Aram Sargsyan 2022-10-31 13:03:47 +00:00
parent 354ae2d7e3
commit 3bf4bc7336
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
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]

View File

@ -54,3 +54,9 @@ Bug Fixes
- The port in remote servers such as in :any:`primaries` and
:any:`parental-agents` could be wrongly configured because of an inheritance
bug. :gl:`#3627`
- When having Internet connectivity issues during the initial startup of
``named``, BIND resolver with :any:`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`