]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note
authorMark Andrews <marka@isc.org>
Fri, 18 Dec 2020 02:43:11 +0000 (13:43 +1100)
committerMark Andrews <marka@isc.org>
Wed, 6 Jan 2021 05:33:32 +0000 (16:33 +1100)
(cherry picked from commit 584e589d844968362fda7d52f6d0cee7ba36b7ea)

doc/notes/notes-current.rst

index 12a78bf53dd65e94343f1207872b9880729b88e2..ea1f00a90aa3a8d7894738e48451fa8727ae1bac 100644 (file)
@@ -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]