Author: kkolinko Date: Wed Nov 4 23:30:11 2015 New Revision: 1712688 URL: http://svn.apache.org/viewvc?rev=1712688&view=rev Log: Update external. Add changelog for r1712683 and r1712681.
Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Propchange: tomcat/native/trunk/java/org/apache/tomcat/ ------------------------------------------------------------------------------ --- svn:externals (original) +++ svn:externals Wed Nov 4 23:30:11 2015 @@ -1 +1 @@ -^/tomcat/trunk/java/org/apache/tomcat/jni@1712041 jni +^/tomcat/trunk/java/org/apache/tomcat/jni@1712684 jni Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1712688&r1=1712687&r2=1712688&view=diff ============================================================================== --- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Wed Nov 4 23:30:11 2015 @@ -34,6 +34,20 @@ This is the Changelog for Tomcat Native 1.2. </p> </section> +<section name="Changes in 1.2.3"> + <changelog> + <fix> + Remove Java classes that do not have C implementation code + for their native methods in the current library. They were + used for NPN support which is superseded by ALPN support + in the current code. (kkolinko) + </fix> + <fix> + Fix typo in declaration of a stub method used when the library is + compiled without OpenSSL support. (kkolinko) + </fix> + </changelog> +</section> <section name="Changes in 1.2.2"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org