]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and CHANGES for #3672
authorMatthijs Mekking <matthijs@isc.org>
Tue, 11 Jul 2023 14:57:42 +0000 (16:57 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 20 Jul 2023 10:44:19 +0000 (12:44 +0200)
"The king is dead. Long live the king."

CHANGES
doc/notes/notes-9.19.8.rst
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 66de1c0c14fa9c53daab5e7b15d540f4ba9db02f..923e0d1907df85add8949784489eea2e94f13385 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+6211.  [func]          Remove 'auto-dnssec'. This obsoletes the configuration
+                       options 'dnskey-sig-validity', 'dnssec-dnskey-kskonly',
+                       'dnssec-update-mode', 'sig-validity-interval', and
+                       'update-check-ksk'. [GL #3672]
+
 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]
index a0fed9bc8640a13e72424caa6dd2fa3ae4f7d368..257b96d7297db43d4fe3712bcf9804ae785357e3 100644 (file)
@@ -38,7 +38,7 @@ Feature Changes
   ``--with-tuning`` option) has either been removed or changed to a
   sensible default. :gl:`#3664`
 
-- The :any:`auto-dnssec` option has been deprecated and will be removed
+- The ``auto-dnssec`` option has been deprecated and will be removed
   in a future BIND 9.19.x release. Please migrate to
   :any:`dnssec-policy`. :gl:`#3667`
 
index 0da2da6adad79c82ed4e77e10cda6101f193b522..7e8907db1015e26f7b86b3e7dea83b0e3c424879 100644 (file)
@@ -25,7 +25,11 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- The 'auto-dnssec' configuration option has now been removed. Please
+  use :any:`dnssec-policy` or manual signing instead. The following options
+  have become obsolete: :any:`dnskey-sig-validity`, :any:`dnssec-dnskey-kskonly`,
+  :any:`dnssec-update-mode`, :any:`sig-validity-interval`, and
+  :any:`update-check-ksk`. :gl:`#3672`.
 
 Feature Changes
 ~~~~~~~~~~~~~~~