mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 08:20:00 -04:00
Add release note and change for GL #3591
Breaking news.
(cherry picked from commit 1cf2f6fe68)
This commit is contained in:
parent
b12572b4af
commit
e4467aa841
2 changed files with 7 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6013. [bug] Fix a crash that could happen when you change
|
||||
a dnssec-policy zone with NSEC3 to start using
|
||||
inline-signing. [GL #3591]
|
||||
|
||||
6009. [bug] Don't trust a placeholder KEYDATA from the managed-keys
|
||||
zone by adding it into secroots. [GL #2895]
|
||||
|
||||
|
|
|
|||
|
|
@ -60,3 +60,6 @@ Bug Fixes
|
|||
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`
|
||||
|
||||
- Fixed a crash that happens when you reconfigure a ``dnssec-policy``
|
||||
zone that uses NSEC3 to enable ``inline-signing``. :gl:`#3591`
|
||||
|
|
|
|||
Loading…
Reference in a new issue