]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
placeholder for #2575
authorEvan Hunt <each@isc.org>
Sat, 20 Mar 2021 19:11:11 +0000 (12:11 -0700)
committerEvan Hunt <each@isc.org>
Sat, 20 Mar 2021 19:11:11 +0000 (12:11 -0700)
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

diff --git a/CHANGES b/CHANGES
index 54960020ae519828fd65c5c64eece5f9dd8240ea..11a16ebdc8b848f944126ec094ca3d83477374c8 100644 (file)
--- 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]