This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 04497fe553ac4a5497eeb7c011275c8e14eb6fec Author: Mark Thomas <[email protected]> AuthorDate: Thu Apr 23 16:25:10 2020 +0100 Update version recommendations --- native/srclib/VERSIONS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS index a5feb4c..52ef8fa 100644 --- a/native/srclib/VERSIONS +++ b/native/srclib/VERSIONS @@ -1,4 +1,7 @@ -Use the following version of the libraries +The following version of the libraries are recommended: -- APR 1.6.5 or later, http://apr.apache.org -- OpenSSL 1.0.2r or later, http://www.openssl.org +- APR 1.7.0 or later, http://apr.apache.org +- OpenSSL 1.1.1g or later, http://www.openssl.org + +Older versions may also work but are not as throughly tested by the Tomcat +Native team \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
