]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMatthijs Mekking <matthijs@isc.org>
Mon, 17 Jul 2023 08:08:11 +0000 (10:08 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 18 Jul 2023 13:57:09 +0000 (15:57 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 007564df6c348e3a22bcffcc5f549f28d934ff84..3d04287fdcb376ac8940b20c1ff590f8da1dc07f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6210.  [func]          Don't add signing records for DNSKEY added with dynamic
+                       update. The dynamic update DNSSEC management feature was
+                       removed with GL #3686. [GL !8070]
+
 6209.  [func]          Reduce query-response latency by making recursive
                        queries (CNAME, DNAME, NSEC) asynchronous instead
                        of directly calling the respective functions. [GL #4185]