From: Aram Sargsyan Date: Tue, 18 Oct 2022 13:10:04 +0000 (+0000) Subject: Add a CHANGES note for [GL #3603] X-Git-Tag: v9.18.9~16^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b7149536eee868f1cb808d4fbe7fe31b92e094f7;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #3603] (cherry picked from commit 041ffac0d7a443a5afb0843c7495bf39a4e39591) --- diff --git a/CHANGES b/CHANGES index 59297237ed8..41928f2b811 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6002. [bug] Fix a resolver prefetch bug when the record's TTL value + is equal to the configured prefetch eligibility value, + but the record was erroneously not treated as eligible + for prefetching. [GL #3603] + 6001. [bug] Always call dns_adb_endudpfetch() after calling dns_adb_beginudpfetch() for UDP queries in resolver.c, in order to adjust back the quota. [GL #3598]