mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
CHANGES and release note
This commit is contained in:
parent
32da119ed8
commit
899f9440c0
2 changed files with 11 additions and 1 deletions
5
CHANGES
5
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
|
||||
|
|
|
|||
|
|
@ -55,7 +55,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
When an RPZ policy zone was updated via zone transfer
|
||||
and a large number of records were deleted, <command>named</command>
|
||||
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]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue