From 7539b70fc64c61b8aff349dcf9698114bf407422 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 29 Jul 2022 12:47:02 +0000 Subject: [PATCH] Add CHANGES note for [GL #3467] --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 81399474e4..5072e6d28b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5937. [cleanup] The dns_rdatalist_tordataset() and + dns_rdatalist_fromrdataset() functions can no + longer fail. Clean up their prototypes and error + handling, and that of other calling functions that + subsequently cannot fail, including + dns_message_setquerytsig(). [GL #3467] + 5936. [bug] Don't enable serve-stale for lookups that error because it is a duplicate query or a query that would be dropped. [GL #2982]