From 493aebf28f997d5f25a69cc51aea174c7847fcd2 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 30 Aug 2019 23:16:56 +0200 Subject: [PATCH] Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF) --- expat/Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expat/Changes b/expat/Changes index 76c4c465..e266ce57 100644 --- a/expat/Changes +++ b/expat/Changes @@ -60,7 +60,8 @@ Release x.x.x xxx xxx xx xxxx Old: expat[d].lib New: expat[w][d][MD|MT].lib CMake: Migrate files from Windows to Unix line endings - #308 CMake: Integrate OSS-Fuzz fuzzers + #308 CMake: Integrate OSS-Fuzz fuzzers, option + -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF #299 #302 Windows: Replace LoadLibrary hack to access unofficial API function SystemFunction036 (RtlGenRandom) by using official API function rand_s (needs WinXP+)