From c8a0899ddddc42558e144af7314ade1339e79f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 6 Apr 2022 10:30:04 +0200 Subject: [PATCH] Revert "Add CHANGES and release note for [GL #3190]" This reverts commit f3ae14d8c3412401ba4c7160cfd5408da3f6b1a7. --- CHANGES | 3 --- doc/notes/notes-current.rst | 5 ----- 2 files changed, 8 deletions(-) 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 ~~~~~~~~~~~~~~~~