]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3407]
authorAram Sargsyan <aram@isc.org>
Mon, 20 Jun 2022 12:32:45 +0000 (12:32 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 22 Jul 2022 09:03:39 +0000 (09:03 +0000)
(cherry picked from commit 1554faa47659d68dc6c48fe177faba95ba57adb7)

CHANGES

diff --git a/CHANGES b/CHANGES
index fedf0a0a7b829a181d9f01ba46b20f11d1fc2c31..65fea31366d47eb6ae7b114183f561c0f82730c3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5930.  [bug]           Fix DiG query retry and fail-over bug in UDP mode.
+                       Also simplify the overall retry and fail-over logic to
+                       make it behave predictably, and always respect the
+                       documented +retry/+tries count set by a command-line
+                       option (or use the default values of 2 or 3
+                       respectively). [GL #3407]
+
 5927.  [bug]           A race was possible in dns_dispatch_connect()
                        that could trigger an assertion failure if two
                        threads called it near-simultaneously. [GL #3456]