]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and change for GL #3591
authorMatthijs Mekking <matthijs@isc.org>
Tue, 11 Oct 2022 10:13:19 +0000 (12:13 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 3 Nov 2022 10:20:56 +0000 (11:20 +0100)
Breaking news.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e7aa4be105e6fd308e31008f8f50a2df70e098a2..9efded88ab257a241327afb0825bb5efb199c3d0 100644 (file)
--- a/CHANGES
+++ b/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]
+
 6012.  [func]          Cleanup the dead nodes while pruning the tree.
                        [GL #3641]
 
index 36b1a877fb36db565035602c34e64d2648cc7fa9..5245ef747998acb4823bfd2ebaafb33119edad6d 100644 (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`