From c3ce67f994277b092822a00d93b6469db67e1ee5 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 19 Oct 2022 15:45:50 +0300 Subject: [PATCH] Modify release notes [GL #3563] Mention that a startup problem on manycore Solaris systems is fixed. (cherry picked from commit 2c9400f1165b1b219c7ff2a82abe0f51dc6fb551) --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f7de4ebfd7..0f953cc038 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -42,3 +42,7 @@ Bug Fixes - The RecursClients statistics counter could overflow in certain resolution scenarios. This has been fixed. :gl:`#3584` + +- BIND would fail to start on Solaris-based systems with hundreds of CPUs. This + has been fixed. ISC would like to thank Stacey Marshall from Oracle for + bringing this problem to our attention. :gl:`#3563`