]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #2137
authorOndřej Surý <ondrej@sury.org>
Wed, 2 Dec 2020 15:24:15 +0000 (16:24 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 3 Dec 2020 08:23:24 +0000 (09:23 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9f3554ab4e360f49504552148bf5a1da3f99cfda..a5ad05b9d3728d89a091be92cb29447202d8a5a7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5545.  [func]          Restore reading of incoming queries by multiple netmgr
+                       threads on platforms other than Linux and FreeBSD 12.
+                       [GL #2137]
+
 5544.  [func]          Restore the default value of nocookie-udp-size to 4096.
                        [GL #2250]
 
index e428f287b603f31e1734890efc69073b624d947d..b06d0e4adac16749b0e6a3f8086e374e41ab659f 100644 (file)
@@ -19,11 +19,7 @@ Security Fixes
 Known Issues
 ~~~~~~~~~~~~
 
-- The ``named`` daemon uses load-balanced sockets to increase performance by
-  distributing the incoming queries among multiple threads.  Currently, the only
-  operating systems that support load-balanced sockets are Linux and FreeBSD 12,
-  thus both UDP and TCP performance is limited to a single-thread on systems
-  without load-balancing socket support. [GL #2137]
+- None.
 
 New Features
 ~~~~~~~~~~~~
@@ -70,3 +66,10 @@ Bug Fixes
 
 - Building with native PKCS#11 support for AEP Keyper has been broken
   since BIND 9.17.4. This has been fixed. [GL #2315]
+
+- The ``named`` daemon uses load-balanced sockets to increase performance by
+  distributing the incoming queries among multiple threads.  Currently, the only
+  operating systems that support load-balanced sockets are Linux and FreeBSD 12,
+  thus both UDP and TCP performance was limited to a single-thread on systems
+  without load-balancing socket support. This has been fixed on all platforms
+  except Windows. [GL #2137]