From 584e589d844968362fda7d52f6d0cee7ba36b7ea Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 18 Dec 2020 13:43:11 +1100 Subject: [PATCH] Add release note --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index a2444c99a8..06c99da9fe 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -58,3 +58,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]