From: Ondřej Surý Date: Thu, 10 Feb 2022 10:48:01 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3141] X-Git-Tag: v9.19.0~106^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bcf5a531583b50db1f184bfb7dd96117ed7d806;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3141] --- diff --git a/CHANGES b/CHANGES index 0bf0969fd89..b3674015c58 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5812. [func] Drop the artificial limit on the number of queries + processed in a single TCP read callback. [GL #3141] + 5811. [bug] Reimplement the maximum and idle timeouts for outgoing zone tranfers. [GL #1897] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 075b68f5bec..2da69354f68 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -48,6 +48,10 @@ Feature Changes scans, and other events that require exclusive access to a shared resources). :gl:`#3137` +- The limit on the number of simultaneously processed pipelined DNS queries + received over TCP has been dropped. Previously, it was capped at 23 + queries processed at the same time. :gl:`#3141` + Bug Fixes ~~~~~~~~~