]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Wed, 10 Jun 2020 11:18:50 +0000 (13:18 +0200)
committerEvan Hunt <each@isc.org>
Wed, 10 Jun 2020 19:40:09 +0000 (12:40 -0700)
doc/notes/notes-9.16.4.rst

index 85b67b2412d3d05e79d6acb6f6d1e451ec20b764..286458323bf1515d8457f68690e0e7fff4d14102 100644 (file)
@@ -67,6 +67,9 @@ Bug Fixes
 -  Missing mutex and conditional destruction in netmgr code leads to a memory
    leak on BSD systems. [GL #1893].
 
+-  Fix a data race in resolver.c:formerr() that could lead to assertion
+   failure. [GL #1808]
+
 -  Fix a bug in dnssec-policy keymgr where the check if a key has a
    successor would return a false positive if any other key in the
    keyring has a successor. [GL #1845]
@@ -74,6 +77,3 @@ Bug Fixes
 -  With dnssec-policy, when creating a successor key, the goal state of
    the current active key (the predecessor) was not changed and thus was
    never is removed from the zone. [GL #1846]
-
--  Fix a data race in resolver.c:formerr() that could lead to assertion
-   failure. [GL #1808]