Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)

This commit is contained in:
Sebastian Pipping 2019-08-30 23:16:56 +02:00
parent adbfa6a2ed
commit 493aebf28f

View File

@ -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+)