From c43faf44cd36924b1389f30502fd73ba86272d38 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 16 Aug 2021 11:27:11 +0200 Subject: [PATCH] Add change and release note for [#2857] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 8225feacac..469d17b45f 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 61dec80165..6900b3b1da 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`