From 23273d76a5cc21904d185ca1b195076d3d5082a3 Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Wed, 26 Mar 2025 16:51:46 +0100 Subject: [PATCH] - For #1255, for ios try the latest expat version again. --- contrib/ios/install_expat.sh | 4 ++-- doc/Changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/ios/install_expat.sh b/contrib/ios/install_expat.sh index 915279f40..4972c467b 100755 --- a/contrib/ios/install_expat.sh +++ b/contrib/ios/install_expat.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -LIBEXPAT_FNAME=expat-2.6.3 -LIBEXPAT_VERSION_DIR=R_2_6_3 +LIBEXPAT_FNAME=expat-2.7.0 +LIBEXPAT_VERSION_DIR=R_2_7_0 echo "Downloading Expat" if ! curl -L -k -s -o $LIBEXPAT_FNAME.tar.gz https://github.com/libexpat/libexpat/releases/download/$LIBEXPAT_VERSION_DIR/$LIBEXPAT_FNAME.tar.gz; diff --git a/doc/Changelog b/doc/Changelog index 75257de94..f417fc328 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ - For #1255, for ios use an older expat version that does not require C++11 language features. - For #1255, for ios disable building tests that require C++11. + - For #1255, for ios try the latest expat version again. 24 March 2025: Wouter - Fix #1254: `send failed: Socket is not connected` and