From b8195a0251d41df4dd76f4c1dc2dfcb8c2442e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 6 Jun 2018 15:16:55 +0200 Subject: [PATCH] Add CHANGES entry. XXXX. [cleanup] Remove support for DNSSEC algorithms 3 (DSA) and 6 (DSA-NSEC3-SHA1). [GL #22] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 20af6fe06e..c1cbe3cf20 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5045. [cleanup] Remove support for DNSSEC algorithms 3 (DSA) + and 6 (DSA-NSEC3-SHA1). [GL #22] + 5044. [cleanup] If "dnssec-enable" is no, then "dnssec-validation" now also defaults to no. [GL #388]