From c69fafdd6578db158b8922c2a1f62cb2f3cf48fe Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Fri, 12 Mar 2021 09:18:01 +0100 Subject: [PATCH] Add change entry for [#2514] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4e7f398cb8..780969125d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5600. [bug] Load a certificate chain file so that the full chain is + sent to DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH) + clients that require full chain verification. [GL #2514] + 5599. [bug] Fix a crash when transferring a zone over TLS, after "named" previously skipped a master. [GL #2562]