- Enable OpenSSL version check in
configure
by default. It can be turned off using--disable-openssl-version-check
. (rjung) - 59024: Native function
versionString()
and for OpenSSL 1.1.0 alsoversion()
(both in in ssl.c) now return the OpenSSL run time version, not the compile time version. (rjung) - Track changes in the OpenSSL master branch so it is possible to build Tomcat Native with that branch. (billbarker)
Apache Tomcat Native 1.2.5 发布了,Tomcat Native 这个项目可以让 Tomcat 使用 Apache 的 apr 包来处理包括文件和网络IO操作,以提升性能。
该版本主要特点如下:
- Report OpenSSL runtime version in use rather than compile
time version used.
- Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2g.
改进记录:
下载地址:http://tomcat.apache.org/download-native.cgi
时间:2016-03-12 09:15
来源:开源中国社区
作者:蓝一点
原文链接