From 2c9400f1165b1b219c7ff2a82abe0f51dc6fb551 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. --- doc/notes/notes-current.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 7c4b175b58..77092bd75a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -40,4 +40,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- 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`