Revert "Add CHANGES and release note for [GL #3190]"

This reverts commit f3ae14d8c3.
This commit is contained in:
Ondřej Surý 2022-04-06 10:30:04 +02:00
parent b670334e6d
commit c8a0899ddd
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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
~~~~~~~~~~~~~~~~