]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #3603]
authorAram Sargsyan <aram@isc.org>
Tue, 18 Oct 2022 13:10:04 +0000 (13:10 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 21 Oct 2022 10:30:37 +0000 (10:30 +0000)
(cherry picked from commit 041ffac0d7a443a5afb0843c7495bf39a4e39591)

CHANGES

diff --git a/CHANGES b/CHANGES
index d2b5c17845703205bcde1e4bff5845a118ee629d..a53d8b191f74510c8298b6d5e769c6d85bf32d7a 100644 (file)
--- 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]