From: Evan Hunt Date: Tue, 31 Mar 2020 23:26:14 +0000 (-0700) Subject: CHANGES and release note X-Git-Tag: v9.17.1~16^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=899f9440c08520b4238a01bbb142f1cbcbf7dcfe;p=thirdparty%2Fbind9.git CHANGES and release note --- diff --git a/CHANGES b/CHANGES index 2ad5684af73..a041b0d5ac5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5371. [bug] Improve incremental updates of the RPZ summary + database to reduce delays that could occur when + a policy zone update included a large number of + record deletions. [GL #1447] + 5370. [bug] Deactivation of a netmgr handle associated with a socket could be skipped in some circumstances. Fixed by deactivating the netmgr handle before diff --git a/doc/arm/notes-9.17.1.xml b/doc/arm/notes-9.17.1.xml index 4c33ea316d0..1e6c5a28b2f 100644 --- a/doc/arm/notes-9.17.1.xml +++ b/doc/arm/notes-9.17.1.xml @@ -55,7 +55,12 @@ - None. + When an RPZ policy zone was updated via zone transfer + and a large number of records were deleted, named + could become nonresponsive for a short period while deleted + names were removed from the RPZ summary database. This database + cleanup is now done incrementally over a longer period of time, + reducing such delays. [GL #1447]