Author: remm Date: Mon Nov 10 14:18:48 2025 New Revision: 1929625 Log: Site update for 9.0.112 (fix order)
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Mon Nov 10 14:17:28 2025 (r1929624) +++ tomcat/site/trunk/docs/index.html Mon Nov 10 14:18:48 2025 (r1929625) @@ -31,6 +31,26 @@ these users and their stories are listed <a href="https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy">PoweredBy</a> wiki page.</p> +</div><h3 id="Tomcat_9.0.112_Released"><span class="pull-right">2025-11-10</span> Tomcat 9.0.112 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.112 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> +<ul> +<li>Fix SSL socket factory configuration in the JNDI realm. Based on a + pull request by Joshua Rogers.</li> +<li>Fix a memory leak when using a trust store with the OpenSSL provider. + Pull request by aogburn.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> </div><h3 id="Tomcat_10.1.48_Released"><span class="pull-right">2025-10-13</span> Tomcat 10.1.48 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.48 @@ -65,26 +85,6 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> -</div><h3 id="Tomcat_9.0.112_Released"><span class="pull-right">2025-11-10</span> Tomcat 9.0.112 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.112 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> -<ul> -<li>Fix SSL socket factory configuration in the JNDI realm. Based on a - pull request by Joshua Rogers.</li> -<li>Fix a memory leak when using a trust store with the OpenSSL provider. - Pull request by aogburn.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-90.cgi">Download</a> -</p> </div><h3 id="Tomcat_11.0.13_Released"><span class="pull-right">2025-10-13</span> Tomcat 11.0.13 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.13 Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Mon Nov 10 14:17:28 2025 (r1929624) +++ tomcat/site/trunk/xdocs/index.xml Mon Nov 10 14:18:48 2025 (r1929625) @@ -48,6 +48,29 @@ these users and their stories are listed wiki page.</p> </section> + +<section name="Tomcat 9.0.112 Released" rtext="2025-11-10"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.112 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> +<ul> +<li>Fix SSL socket factory configuration in the JNDI realm. Based on a + pull request by Joshua Rogers.</li> +<li>Fix a memory leak when using a trust store with the OpenSSL provider. + Pull request by aogburn.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +</section> + <section name="Tomcat 10.1.48 Released" rtext="2025-10-13"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.48 @@ -84,28 +107,6 @@ changelog</a>. </p> </section> -<section name="Tomcat 9.0.112 Released" rtext="2025-11-10"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.112 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> -<ul> -<li>Fix SSL socket factory configuration in the JNDI realm. Based on a - pull request by Joshua Rogers.</li> -<li>Fix a memory leak when using a trust store with the OpenSSL provider. - Pull request by aogburn.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-90.cgi">Download</a> -</p> -</section> - <section name="Tomcat 11.0.13 Released" rtext="2025-10-13"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.13 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
