This is the Changelog for Tomcat Native 1.2.
Preface
Changes in 1.2.2
Fix broken debug and maintainer mode build. (rjung)
Forward port additional fixes to the OpenSSL I/O to align it with non-OpenSSL I/O. (markt)
Changes in 1.2.1
58566: Enable Tomcat Native 1.2.x to work with Tomcat releases that do not have the necessary Java code to support SNI. (markt)
Minor rework of "buildconf" script. (rjung)
Fix APR dependency version expression in RPM spec file. (rjung)
Fix major library version number in Windows build files, RPM spec file and build description. (rjung)
Remove files "KEYS" and "download_deps.sh" from Windows (zip) source distribution. (rjung)
Fix "unused variable" compiler warning. (rjung)
Changes in 1.2.0
Add support for TLS extension ALPN. (markt)
Add support for TLS extension SNI (Server Name Indication). (markt)
Add support for OpenSSL BIO. (jfclere)
Support wakeable pollsets and add Poll.interrupt() API. (mturk)
Add Pool.unmanaged() API. (mturk)
APIs SSL.generateRSATempKey() and SSL.loadDSATempKey() have been removed. (rjung)
The minimum required APR version is 1.4.3.
The minimum required OpenSSL version is 1.0.2.
Changes in 1.1.x
Please see the 1.1.x changelog.