From: Mark Andrews Date: Fri, 18 Dec 2020 02:43:11 +0000 (+1100) Subject: Add release note X-Git-Tag: v9.16.11~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5874c04d131ee0745c659a3d32f6e41cfbfbceb1;p=thirdparty%2Fbind9.git Add release note (cherry picked from commit 584e589d844968362fda7d52f6d0cee7ba36b7ea) --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 12a78bf53dd..ea1f00a90aa 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -66,3 +66,6 @@ Bug Fixes - When reconfiguring ``named``, removing ``auto-dnssec`` did actually not turn off DNSSEC maintenance. This has been fixed. [GL #2341] + +- Prevent rbtdb instances being destroyed by multiple threads at the same + time. This can trigger assertion failures. [GL #2355]