From: Aram Sargsyan Date: Mon, 20 Jun 2022 12:32:45 +0000 (+0000) Subject: Add CHANGES note for [GL #3407] X-Git-Tag: v9.18.6~13^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8bdc4e40de9e55ce495839c59d0b0ff417a3f2b0;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3407] (cherry picked from commit 1554faa47659d68dc6c48fe177faba95ba57adb7) --- diff --git a/CHANGES b/CHANGES index fedf0a0a7b8..65fea31366d 100644 --- 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]