]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix version number in a backported release note
authorMichał Kępień <michal@isc.org>
Fri, 23 Jul 2021 06:55:05 +0000 (08:55 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 23 Jul 2021 07:43:46 +0000 (09:43 +0200)
doc/notes/notes-9.16.11.rst

index ae09f8859cd65eb08ee3f220596535d4038316be..45d0ff7e5970f6d67e5bde33b9470b8fa2a40af0 100644 (file)
@@ -24,7 +24,7 @@ Feature Changes
   incoming queries among multiple threads). However, the only operating
   systems currently known to support load-balanced sockets are Linux and
   FreeBSD 12, which means both UDP and TCP performance were limited to a
-  single thread on other systems. As of BIND 9.17.8, ``named`` attempts
+  single thread on other systems. As of BIND 9.16.11, ``named`` attempts
   to distribute incoming queries among multiple threads on systems which
   lack support for load-balanced sockets (except Windows). :gl:`#2137`