]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #3667
authorMatthijs Mekking <matthijs@isc.org>
Fri, 11 Nov 2022 13:43:36 +0000 (14:43 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 23 Nov 2022 08:46:16 +0000 (09:46 +0100)
Announce deprecation of 'auto-dnssec'.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 59ed14a3f3f2ce09f2970bddcb35f15767becf0f..b4b966c8e47279d7c40ae4ddd12418b17ca79d5c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+6024.  [func]          Deprecate 'auto-dnssec'. [GL #3667]
+
 6023.  [func]          Remove dynamic update DNSSEC management feature.
                        [GL #3686]
 
index 8834c61db58c4491928475f3a6ac8e9ff3bfe11a..e5f3b8870a24eb928ec7da92270529341c18d3c4 100644 (file)
@@ -37,6 +37,9 @@ Feature Changes
   settings that required different values based on "workload" have been either
   removed or a sensible default has been picked.  :gl:`#3664`
 
+- The option :any:`auto-dnssec` is deprecated and will be removed in 9.19.
+  Please migrate to :any:`dnssec-policy`. :gl:`#3667`
+
 - Deprecate setting the operating system limit (``coresize``, ``datasize``,
   ``files`` and ``stacksize``) from ``named.conf``.  These options should be set
   from the operating system (``ulimit``) or from the process supervisor