]> 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 04:28:23 +0000 (15:28 +1100)
doc/notes/notes-current.rst

index a2444c99a8537f4bae84fdc89f8b2294e20c6599..06c99da9fe03505f702a67085bb1c2f7f0d95e71 100644 (file)
@@ -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]