From: Ondřej Surý Date: Fri, 1 Apr 2022 12:51:42 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3249] X-Git-Tag: v9.19.0~20^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=855f49cfbad3404d695d501ed806df7d3565161f;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3249] --- diff --git a/CHANGES b/CHANGES index c2660718527..4c3248b148b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5852. [func] Add new "load-balance-socket" option to + enable/disable load balancing of sockets. [GL #3249] + 5851. [placeholder] 5850. [func] Run the RPZ update process on the offload threads. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 7cf1b8ebe44..c211cfec7ad 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -96,6 +96,12 @@ Feature Changes received over TCP has been dropped. Previously, it was capped at 23 queries processed at the same time. :gl:`#3141` +- Add a new configuration option ``load-balance-sockets`` to disable + load balancing on sockets in scenarios in which processing of + Response Policy Zones (RPZ), Catalog Zones, or large zone transfers + can cause service disruptions. See the BIND 9 ARM for more detail. + :gl:`#3249` + Bug Fixes ~~~~~~~~~