Author: markt Date: Mon Jun 15 14:48:46 2026 New Revision: 1935357 Log: Update docs for Native 1.2.15 release
Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Mon Jun 15 14:48:37 2026 (r1935356) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Mon Jun 15 14:48:46 2026 (r1935357) @@ -4,6 +4,25 @@ This is the Changelog for Apache Tomcat Native 2.0.x. The Tomcat Native 2.0.x branch started from the 1.2.33 tag. </p> +</div><h3 id="2.0.15"><span style="float: right;"></span> 2.0.15</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix a memory leak when parsing certificates. Pull request <a href="https://github.com/apache/tomcat-native/pull/44">#44</a> + provided by chenjp. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix two potential memory leaks on error paths identified by Copilot. + (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69988">69988</a>: Fix post handshake authentication Tomcat is configured + with a trust store using JSSE style configuration. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=70102">70102</a>: Correct expected size of tickets when calling + <code>SSLContext.setSessionTicketKeys</code>. (markt) + </li> + </ul> </div><h3 id="2.0.14"><span style="float: right;">2026-03-10</span> 2.0.14</h3><div class="text"> <ul class="changelog"> <li><img alt="Code: " class="icon" src="../images/code.gif"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
