]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, release note
authorEvan Hunt <each@isc.org>
Thu, 27 May 2021 00:41:11 +0000 (17:41 -0700)
committerEvan Hunt <each@isc.org>
Thu, 27 May 2021 17:37:16 +0000 (10:37 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 16dc963a4df6f4b055f3a4a80e24d62b8b417bfc..143512c9bb0f73479c74d9248e332fc1c0747249 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5649.  [bug]           If a query was answered with stale data on a server
+                       with DNS64 enabled, an assertion could occur if a
+                       non-stale answer arrived afterward. [GL #2731]
+
 5648.  [bug]           The calculation of the estimated IXFR transaction
                        size by dns_journal_iter_init() was invalid. [GL #2685]
 
index 9039afa789af6def44ef95d3f4817f185741b30d..24d0bdd01abd941b065d7edee8fdcade6ad50d6f 100644 (file)
@@ -61,3 +61,7 @@ Bug Fixes
 - The calculation of the estimated IXFR transaction size by
   `dns_journal_iter_init()` was invalid.  This resulted in excessive
   AXFR-style-IXFR responses. :gl:`#2685`
+
+- If a query was answered with stale data on a server with DNS64 enabled,
+  an assertion could occur if a non-stale answer arrived afterward. This
+  has been fixed. :gl:`#2731`