diff --git a/appveyor.yml b/appveyor.yml index cf0a5430..cf9b9339 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -105,6 +105,33 @@ environment: EXPAT_DLL: libexpatwd.dll APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + # Visual Studio 2022 Win32 + - GENERATOR: Visual Studio 17 2022 + PLATFORM: Win32 + CMAKE_ARGS: -A Win32 + EXPAT_DLL: libexpatd.dll + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + + # Visual Studio 2022 Win32 XML_UNICODE_WCHAR_T + - GENERATOR: Visual Studio 17 2022 + PLATFORM: Win32 + CMAKE_ARGS: -A Win32 -DEXPAT_CHAR_TYPE=wchar_t + EXPAT_DLL: libexpatwd.dll + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + + # Visual Studio 2022 x64 + - GENERATOR: Visual Studio 17 2022 + PLATFORM: x64 + EXPAT_DLL: libexpatd.dll + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + + # Visual Studio 2022 x64 XML_UNICODE_WCHAR_T + - GENERATOR: Visual Studio 17 2022 + PLATFORM: x64 + CMAKE_ARGS: -DEXPAT_CHAR_TYPE=wchar_t + EXPAT_DLL: libexpatwd.dll + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + before_build: - echo Running cmake... - cd c:\projects\libexpat diff --git a/expat/Changes b/expat/Changes index 918c939d..3366fef7 100644 --- a/expat/Changes +++ b/expat/Changes @@ -2,6 +2,10 @@ NOTE: We are looking for help with a few things: https://github.com/libexpat/libexpat/labels/help%20wanted If you can help, please get in touch. Thanks! +Release x.x.x xxx xxxxx xx xxxx + Infrastructure: + #597 #598 CI: Windows: Start covering MSVC 2022 + Release 2.4.8 Mon March 28 2022 Other changes: #587 pkg-config: Move "-lm" to section "Libs.private"