]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Mon, 2 Nov 2020 11:27:55 +0000 (12:27 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 2 Nov 2020 11:27:55 +0000 (12:27 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6bd54721f6952b9db15b4b1646c1d4b7ce052948..8f147ecb9eafa55dcc5674af577f87d7ea1eacef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5525.  [bug]           Change 5503 inadvertently broke cross-compilation by
+                       replacing a call to AC_LINK_IFELSE() with a call to
+                       AC_RUN_IFELSE() in configure.ac.  This has been fixed,
+                       making cross-compilation possible again. [GL #2237]
+
 5523.  [bug]           The initial lookup of a zone transitioning to/from
                        the signed state could fail if the DNSKEY RRset was
                        not found.  Subsequent lookups would succeed.