From 5ec9999b285f17143385f4af4b02247d1574c2bb Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 25 Jan 2021 16:16:29 +1100 Subject: [PATCH] Add CHANGES for [GL #2413] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ea3c66303e..2f221ce003 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5571. [bug] If a zone had a non-builtin named allow-update acl + named failed to start. [GL #2413] + 5570. [bug] Improve the performance of dnssec-verify by reducing the number of repeated calls to dns_dnssec_keyfromrdata(). [GL #2073]