]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for GL #2357
authorMichal Nowak <mnowak@isc.org>
Thu, 4 Mar 2021 11:26:58 +0000 (12:26 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 4 Mar 2021 12:16:26 +0000 (13:16 +0100)
(cherry picked from commit d98f72de259195bdd1242f3cbef4d51047526887)

CHANGES

diff --git a/CHANGES b/CHANGES
index be5f1ad044c48ac19692c68b345ff57a00fd640d..32347f4a4c6fbdaf52b0b9970cee92189e36a275 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5595.  [cleanup]       Public header files for BIND 9 libraries no longer
+                       directly include third-party library headers. This
+                       prevents the need to include paths to third-party header
+                       files in CFLAGS whenever BIND 9 public header files are
+                       used, which could cause build-time issues on hosts with
+                       older versions of BIND 9 installed. [GL #2357]
+
 5594.  [bug]           Building with --enable-dnsrps --enable-dnsrps-dl failed.
                        [GL #2298]