]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for #3500
authorMatthijs Mekking <matthijs@isc.org>
Tue, 23 Aug 2022 09:04:00 +0000 (11:04 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 23 Aug 2022 09:04:00 +0000 (11:04 +0200)
There is no need for a release because this case was nearly impossible
to trigger (except for when 'sig-signing-type' was set to 0).

CHANGES

diff --git a/CHANGES b/CHANGES
index 27848a6f953dac9e88b12bd78c7f894c29e7d958..88e3dc01c24527d6860cf2ba3b7945efeaac11e2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5948.  [bug]           Fix nsec3.c:dns_nsec3_activex() function, add a missing
+                       dns_db_detachnode() call. [GL #3500]
+
 5947.  [func]          Change dnssec-policy to allow graceful transition from
                        an NSEC only zone to NSEC3. [GL #3486]