From ba7a3431562b41b14ae47d7588a03f8e4419e858 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 10 May 2018 15:04:50 +1000 Subject: [PATCH] add CHANGES note --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 9bde887fa6..4497dba1cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +4964. [bug] Reduce the probabilty of double signature when deleting + a DNSKEY by checking if the node is otherwise signed + by the algorithm of the key to be deleted. [GL #240] + 4963. [test] ifconfig.sh now uses "ip" instead of "ifconfig", if available, to configure the test interfaces on linux. [GL #302]