From de13354cafbb460e3929049f5b795e8ad628b1e9 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 17 Dec 2018 10:02:16 -0800 Subject: [PATCH 1/2] only the debug build was fixed previously; release needs fixing too --- lib/bind9/win32/libbind9.vcxproj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind9/win32/libbind9.vcxproj.in b/lib/bind9/win32/libbind9.vcxproj.in index c0fe97c4ec..7edd5a7345 100644 --- a/lib/bind9/win32/libbind9.vcxproj.in +++ b/lib/bind9/win32/libbind9.vcxproj.in @@ -82,7 +82,7 @@ true @INTRINSIC@ WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBBIND9_EXPORTS;%(PreprocessorDefinitions);%(PreprocessorDefinitions) - ./;../../../;include;../include;../../isc/win32;../../isc/win32/include;../../isc/include;../../isccfg/include;../../dns/include;@LIBXML2_INC@@OPENSSL_INC@@GEOIP_INC@%(AdditionalIncludeDirectories) + ./;../../../;include;../include;../../isc/win32;../../isc/win32/include;../../isc/include;../../isccfg/include;../../dns/include;../../ns/include;@LIBXML2_INC@@OPENSSL_INC@@GEOIP_INC@%(AdditionalIncludeDirectories) OnlyExplicitInline false true From b269c7e4a02d933464354c51c5bc85d5fbdcd6e6 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 17 Dec 2018 14:09:11 -0800 Subject: [PATCH 2/2] CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9e6f2b2982..3893143211 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5113. [port] Fixed a Windows build error. + 5112. [bug] Named/named-checkconf could dump core if there was a missing masters clause and a bad notify clause. [GL #779]