]> 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:05:58 +0000 (12:05 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 10:05:58 +0000 (12:05 +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.17.19, causing CHANGES entry 5727 to be turned into a
placeholder on the release branch.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 5175f664057cc6c4c37dcbcc4e6181f2ac5bf0ca..f5e9799e73c9987696e4fecb53107b896c20ff7a 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]
+
 5751.  [port]          Add support for OpenSSL 3.0.0.  OpenSSL 3.0.0
                        deprecated 'engine' support.  If OpenSSL 3.0.0 has
                        been built without support for deprecated functionality
 5728.  [func]          Allow specifying supported TLS protocol versions for
                        each "tls" configuration clause. [GL #2795]
 
-5727.  [bug]           Fix an assertion failure caused by missing member zones
-                       during a reload of a catalog zone. [GL #2308]
+5727.  [placeholder]
 
 5726.  [bug]           Fix a use-after-free bug which was triggered while
                        checking for duplicate "http" configuration clauses.