]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Move CHANGES entry for GL #2308
authorMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 10:22:33 +0000 (12:22 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 10:22:33 +0000 (12:22 +0200)
GL #2308 was originally referenced by CHANGES entry 5727.  However, the
corresponding code change turned out to be flawed and had to be reverted
in BIND 9.16.22, causing CHANGES entry 5727 to be removed on the release
branch.

Commit d329d47bae68c1cc90374397b4756a8f2487895e subsequently addressed
the flaw, so the fix for GL #2308 will be included in BIND 9.16.23.
Move the relevant CHANGES entry to reflect that.

CHANGES

diff --git a/CHANGES b/CHANGES
index dbccd3a36e9b9c068c8c673539f989883ee52384..9fcdf5d3e19e4efc6b02292624c58fb2e19e4dc1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5752.  [bug]           Fix an assertion failure caused by missing member zones
+                       during a reload of a catalog zone. [GL #2308]
+
 5737.  [bug]           Address Coverity warning in lib/dns/dnssec.c.
                        [GL #2935]
 
@@ -9,9 +12,6 @@
                        degrade resolver performance. (CVE-2021-25219)
                        [GL #2899]
 
-5727.  [bug]           Fix an assertion failure caused by missing member zones
-                       during a reload of a catalog zone. [GL #2308]
-
 5724.  [bug]           Address a potential deadlock when checking zone content
                        consistency. [GL #2908]