From: Mark Andrews Date: Fri, 14 May 2021 01:15:30 +0000 (+1000) Subject: Add release note for [GL #2685] X-Git-Tag: v9.17.14~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ca95a95c72012d2fbaaed102844f6921d9e192;p=thirdparty%2Fbind9.git Add release note for [GL #2685] --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bc1832f38eb..9039afa789a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -54,3 +54,10 @@ Bug Fixes - Check ``key-directory`` conflicts in ``named.conf`` for zones in multiple views with different ``dnssec-policy``. Using the same ``key-directory`` for such zones is not allowed. :gl:`#2463` + +- ``named-checkconf`` now complains if zones with ``dnssec-policy`` reference + the same zone file more than once. :gl:`#2603` + +- 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`