CHANGES, release note

This commit is contained in:
Evan Hunt
2021-05-26 17:41:11 -07:00
parent c64589bf46
commit d8b793760c
2 changed files with 8 additions and 0 deletions

View 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`