Add CHANGES entry for GL #2357

(cherry picked from commit d98f72de25)
This commit is contained in:
Michal Nowak 2021-03-04 12:26:58 +01:00
parent 2f48007d18
commit 588dae8e2b
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -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]