]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add change and release note for [#2857]
authorMatthijs Mekking <matthijs@isc.org>
Mon, 16 Aug 2021 09:27:11 +0000 (11:27 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 23 Aug 2021 07:55:26 +0000 (09:55 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 8225feacac9f33b7bdac68d7f6458d710575247e..469d17b45f870e98d4357cd6c456b2b00eadb203 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5698.  [bug]           Migrate a single key to CSK when reconfiguring a zone
+                       to use 'dnssec-policy'. [GL #2857]
+
 5697.  [protocol]      SHA-1 CDS records are no longer used by dnssec-cds to
                        make DS records. Thanks to Tony Finch. [GL !2946]
 
index 61dec801658a92118bfd0901427a7828682c2377..6900b3b1da8b06d56dafce3765cfd855889356c8 100644 (file)
@@ -48,3 +48,6 @@ Bug Fixes
 - When following QNAME minimization, BIND could use a stale zonecut from cache 
   to resolve the query, resulting in a non-minimized query. This has been
   fixed :gl:`#2665`
+
+- Migrate a single key to CSK when reconfiguring a zone to make use of
+  'dnssec-policy' :gl:`#2857`