This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push: new 310c2b98e Update recommended APR version to 1.7.1 310c2b98e is described below commit 310c2b98e88dfb654d77d4efc5d90b7ca7f034c7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 1 18:07:51 2023 +0000 Update recommended APR version to 1.7.1 --- native/srclib/VERSIONS | 2 +- xdocs/miscellaneous/changelog.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS index 4fb768ffa..a9b86ea85 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.0 or later, http://apr.apache.org +- APR 1.7.1 or later, http://apr.apache.org - OpenSSL 1.1.1q 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 b62290243..a9370be9a 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -32,6 +32,9 @@ </section> <section name="Changes in 1.2.36"> <changelog> + <update> + Update the recommended minimum version of APR to 1.7.1. (markt) + </update> </changelog> </section> <section name="Changes in 1.2.35"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org