]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3467]
authorAram Sargsyan <aram@isc.org>
Fri, 29 Jul 2022 12:47:02 +0000 (12:47 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 9 Aug 2022 08:21:10 +0000 (08:21 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 81399474e46794f3d3dfc6a2c60ef7c218f333d1..5072e6d28bb43cc92421884b21c330ccbc6040e2 100644 (file)
--- 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]