From 9557d6f70f41bedb73f468049316f18c9ec5a7ed Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Wed, 22 Jan 2020 19:11:56 +0000 Subject: [PATCH] Add CHANGES and release note for [GL !2946] --- CHANGES | 5 ++++- doc/notes/notes-current.rst | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 07c9cf3b08..8225feacac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5697. [protocol] SHA-1 CDS records are no longer used by dnssec-cds to + make DS records. Thanks to Tony Finch. [GL !2946] + 5696. [protocol] Add support for HTTPS and SVCB record types. [GL #1132] 5695. [func] Dig can now display the BADCOOKIE message as part of @@ -1452,7 +1455,7 @@ 5349. [bug] Fix a race in task_pause/unpause. [GL #1571] 5348. [bug] dnssec-settime -Psync was not being honoured. - [GL !2893] + Thanks to Tony Finch. [GL !2893] --- 9.15.8 released --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index a83a17c5ea..61dec80165 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -39,6 +39,9 @@ Feature Changes key. This allows for a gradual replacement of RRSIGs as they reach expiry. :gl:`#1551` +- SHA-1 CDS records are no longer used by ``dnssec-cds`` to make DS + records. Thanks to Tony Finch. :gl:`!2946` + Bug Fixes ~~~~~~~~~