From: Aram Sargsyan Date: Fri, 29 Jul 2022 12:47:02 +0000 (+0000) Subject: Add CHANGES note for [GL #3467] X-Git-Tag: v9.19.5~47^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7539b70fc64c61b8aff349dcf9698114bf407422;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3467] --- diff --git a/CHANGES b/CHANGES index 81399474e46..5072e6d28bb 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]