From c452c0a0a56b8d352061ea56b83f508d9a2eaa4f Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 20 Mar 2021 12:11:11 -0700 Subject: [PATCH] placeholder for #2575 Issue #2575 was merged to 9.16 only as change 5603, but a placeholder was not added to CHANGES in the main branch. This commit adds the placeholder and renumbers the two subsequent changes. --- CHANGES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 54960020ae..11a16ebdc8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,13 @@ -5604. [bug] "dig -u" now uses CLOCK_REALTIME for more accurate +5605. [bug] "dig -u" now uses CLOCK_REALTIME for more accurate time reporting. [GL #2592] -5603. [experimental] A "filter-a.so" plugin, which is similar to the +5604. [experimental] A "filter-a.so" plugin, which is similar to the "filter-aaaa.so" plugin but which omits A records instead of AAAA records, has been added. Thanks to '@treysis' (GitLab). [GL #2585] +5603. [placeholder] + 5602. [bug] Fix the TCPDNS and TLSDNS timers, so TCP initial and idle timers work correctly. [GL #2573]