Author: rjung Date: Sun May 24 13:09:09 2015 New Revision: 1681446 URL: http://svn.apache.org/r1681446 Log: First take at trunk changelog.
Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1681446&r1=1681445&r2=1681446&view=diff ============================================================================== --- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Sun May 24 13:09:09 2015 @@ -31,11 +31,31 @@ <section name="Preface"> <p> - This is the Changelog for Tomcat Native 2.0. + This is the Changelog for Tomcat Native 1.2. </p> </section> -<section name="Changes between 1.1 and 2.0.0"> +<section name="Changes between 1.1 and 1.2.0"> <changelog> + <add> + Add support for TLS extension ALPN. (markt) + </add> + <add> + Add support for TLS extension SNI (Server Name Indication). + (markt) + </add> + <add> + Support wakeable pollsets and add Poll.interrupt() API. + (mturk) + </add> + <add> + Add Pool.unmanaged() API. (mturk) + </add> + <update> + The minimum required APR version is 1.4.3. + </update> + <update> + The minimum required OpenSSL version is 1.0.2. + </update> </changelog> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org