This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit f981ef6b6c8200571061ee2ded18af2ef3f11b6c Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 30 19:04:52 2023 +0100 Bump recommended APR version 1.7.4 --- native/download_deps.sh | 2 +- native/srclib/VERSIONS | 2 +- xdocs/miscellaneous/changelog.xml | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/native/download_deps.sh b/native/download_deps.sh index e015d81ea..22295e9ae 100755 --- a/native/download_deps.sh +++ b/native/download_deps.sh @@ -6,7 +6,7 @@ cd $(dirname $0) SSL=openssl-3.0.8.tar.gz -APR=apr-1.7.2.tar.gz +APR=apr-1.7.4.tar.gz mkdir -p deps if [ ! -f deps/$SSL ] ; then diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS index 372e6826a..460c17f75 100644 --- a/native/srclib/VERSIONS +++ b/native/srclib/VERSIONS @@ -4,7 +4,7 @@ The current minimum versions are: The following version of the libraries are recommended: -- APR 1.7.2 or later, http://apr.apache.org +- APR 1.7.4 or later, http://apr.apache.org - OpenSSL 3.0.8 or later, http://www.openssl.org Older versions should also work but are not as thoroughly tested by the Tomcat diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index d46731e90..7c5e49c01 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -31,6 +31,13 @@ branch started from the 1.2.33 tag. </p> </section> +<section name="Changes in 2.0.4"> + <changelog> + <update> + Update the recommended minimum version of APR to 1.7.4. (markt) + </update> + </changelog> +</section> <section name="Changes in 2.0.3"> <changelog> <update> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org