From f70d53f2f5f2130cafbc41f4ced08d0f20dffb1c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 15 Sep 2022 16:58:33 +0200 Subject: [PATCH] Changes: Document #592 #593 #594 #614 #619 #627 #633 #635 #636 #637 --- expat/Changes | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/expat/Changes b/expat/Changes index 4965b783..1c266146 100644 --- a/expat/Changes +++ b/expat/Changes @@ -10,6 +10,8 @@ Release x.x.x xxx xxxxx xx xxxx Bug fixes: #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 + #614 docs: Fix documentation on effect of switch XML_DTD on + symbol visibility in doc/reference.html Other changes: #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output @@ -28,20 +30,27 @@ Release x.x.x xxx xxxxx xx xxxx #632 MinGW|CMake: Set missing variable CMAKE_RC_COMPILER in toolchain file "cmake/mingw-toolchain.cmake" to avoid error "windres: Command not found" on e.g. Ubuntu 20.04 - #597 #626 CMake: Unify inconsistent use of set() and option() in + #597 #627 CMake: Unify inconsistent use of set() and option() in context of public build time options to take need for set(.. FORCE) in projects using Expat by means of add_subdirectory(..) off Expat's users' shoulders #626 #641 Stop exporting API symbols when building a static library #644 Resolve use of deprecated "fgrep" by "grep -F" #620 CMake: Make documentation on variables a bit more consistent - #610 Address Cppcheck 2.8.1 warning + #636 CMake: Drop leading whitespace from a #cmakedefine line in + file expat_config.h.cmake + #594 xmlwf: Fix harmless variable mix-up in function nsattcmp + #592 #593 #610 Address Cppcheck warnings #643 Address Clang 15 compiler warnings Infrastructure: #597 #598 CI: Windows: Start covering MSVC 2022 + #619 CI: macOS: Migrate off deprecated macOS 10.15 #632 CI: Linux: Make migration off deprecated Ubuntu 18.04 work #643 CI: Upgrade Clang from 14 to 15 + #637 apply-clang-format.sh: Add support for BSD find + #633 coverage.sh: Exclude MinGW headers + #635 coverage.sh: Fix name collision for -funsigned-char Special thanks to: David Faure @@ -49,6 +58,7 @@ Release x.x.x xxx xxxxx xx xxxx Frank Bergmann Rhodri James Rosen Penev + Thijs Schreijer Vincent Torri and Google Project Zero