Add release note and change for GL #3591

Breaking news.
This commit is contained in:
Matthijs Mekking 2022-10-11 12:13:19 +02:00
parent 4d143f2cc4
commit 1cf2f6fe68
2 changed files with 7 additions and 0 deletions

View file

@ -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]
6012. [func] Cleanup the dead nodes while pruning the tree.
[GL #3641]

View file

@ -63,3 +63,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`