]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for #1834
authorMichał Kępień <michal@isc.org>
Wed, 10 Jun 2020 11:18:50 +0000 (13:18 +0200)
committerEvan Hunt <each@isc.org>
Wed, 10 Jun 2020 19:40:09 +0000 (12:40 -0700)
doc/notes/notes-9.16.4.rst

index beb35a024560a7436d739caf248e60993d10d6ec..5aa9ce233dde90a114927188cba8d40f8216d914 100644 (file)
@@ -65,6 +65,14 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
+-  When fully updating the NSEC3 chain for a large zone via IXFR, a
+   temporary loss of performance could be experienced on the secondary
+   server when answering queries for nonexistent data that required
+   DNSSEC proof of non-existence (in other words, queries that required
+   the server to find and to return NSEC3 data). The unnecessary
+   processing step that was causing this delay has now been removed.
+   [GL #1834]
+
 -  ``named`` could crash with an assertion failure if the name of a
    database node was looked up while the database was being modified.
    [GL #1857]