diff --git a/CHANGES b/CHANGES index f8d008375f..dff76bfb99 100644 --- a/CHANGES +++ b/CHANGES @@ -5,9 +5,6 @@ 5852. [func] Add new "load-balance-socket" option to enable/disable load balancing of sockets. [GL #3249] -5850. [func] Run the RPZ update process on the offload threads. - [GL #3190] - 5848. [bug] dig could hang in some cases involving multiple servers in a lookup, when a request fails and the next one refuses to start for some reason, for example if it was diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 242c0b560e..07ad9f1b24 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -27,11 +27,6 @@ New Features - None. -- Run RPZ updates on the specialized "offload" threads to reduce the amount - of time they block query processing on the main networking threads. This - should increase the responsiveness of ``named`` when RPZ updates are being - applied after an RPZ zone has been successfully transfered. :gl:`#3190` - Removed Features ~~~~~~~~~~~~~~~~