Author: markt Date: Wed Feb 11 09:07:01 2026 New Revision: 1931803 Log: Move announcement to correct year
Modified: tomcat/site/trunk/docs/oldnews-2025.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/xdocs/oldnews-2025.xml tomcat/site/trunk/xdocs/oldnews.xml Modified: tomcat/site/trunk/docs/oldnews-2025.html ============================================================================== --- tomcat/site/trunk/docs/oldnews-2025.html Wed Feb 11 08:58:19 2026 (r1931802) +++ tomcat/site/trunk/docs/oldnews-2025.html Wed Feb 11 09:07:01 2026 (r1931803) @@ -53,6 +53,46 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-11.cgi">Download</a> </p> +</div><h3 id="Tomcat_10.1.50_Released"><span class="pull-right">2025-12-08</span> Tomcat 10.1.50 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.50 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add strictSni attribute on the Connector to allow matching the + SSLHostConfig configuration associated with the SNI host name to the + SSLHostConfig configuration matched from the HTTP protocol host name. + Non matching configurations will cause the request to be rejected. The + attribute default value is true, enabling the matching.</li> + + <li>Correct a regression introduced in 9.0.109 that broke some clustering + configurations.</li> + + <li>Fix manager status output for applications which failed to start, + and add deployment state for all applications.</li> + + <li>Fix returning connections to jdbc-pool when the underlying connection + has already been closed.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> </div><h3 id="Tomcat_9.0.113_Released"><span class="pull-right">2025-12-07</span> Tomcat 9.0.113 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.113 Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Wed Feb 11 08:58:19 2026 (r1931802) +++ tomcat/site/trunk/docs/oldnews.html Wed Feb 11 09:07:01 2026 (r1931803) @@ -20,46 +20,6 @@ <li><a href="oldnews-2011.html">year 2011</a></li> <li><a href="oldnews-2010.html">year 2010</a></li> </ul> -</div><h3 id="Tomcat_10.1.50_Released"><span class="pull-right">2025-12-08</span> Tomcat 10.1.50 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 10.1.50 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 10 platform.</p> -<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 -without changes. Java EE based applications designed for Tomcat 9 and earlier -may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat -migration tool for Jakarta EE tool</a> which is also available as a separate -<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> -<p>The notable changes in this release are:</p> -<ul> - <li>Add strictSni attribute on the Connector to allow matching the - SSLHostConfig configuration associated with the SNI host name to the - SSLHostConfig configuration matched from the HTTP protocol host name. - Non matching configurations will cause the request to be rejected. The - attribute default value is true, enabling the matching.</li> - - <li>Correct a regression introduced in 9.0.109 that broke some clustering - configurations.</li> - - <li>Fix manager status output for applications which failed to start, - and add deployment state for all applications.</li> - - <li>Fix returning connections to jdbc-pool when the underlying connection - has already been closed.</li> -</ul> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)">Tomcat 10.1 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-10.cgi">Download</a> -</p> </div><h3 id="Tomcat_Native_1.3.4_Released"><span class="pull-right">2026-01-12</span> Tomcat Native 1.3.4 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 1.3.4 of Modified: tomcat/site/trunk/xdocs/oldnews-2025.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews-2025.xml Wed Feb 11 08:58:19 2026 (r1931802) +++ tomcat/site/trunk/xdocs/oldnews-2025.xml Wed Feb 11 09:07:01 2026 (r1931803) @@ -66,6 +66,48 @@ changelog</a>. </p> </section> +<section name="Tomcat 10.1.50 Released" rtext="2025-12-08"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.50 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Add strictSni attribute on the Connector to allow matching the + SSLHostConfig configuration associated with the SNI host name to the + SSLHostConfig configuration matched from the HTTP protocol host name. + Non matching configurations will cause the request to be rejected. The + attribute default value is true, enabling the matching.</li> + + <li>Correct a regression introduced in 9.0.109 that broke some clustering + configurations.</li> + + <li>Fix manager status output for applications which failed to start, + and add deployment state for all applications.</li> + + <li>Fix returning connections to jdbc-pool when the underlying connection + has already been closed.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)">Tomcat 10.1 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-10.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.113 Released" rtext="2025-12-07"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.113 Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Wed Feb 11 08:58:19 2026 (r1931802) +++ tomcat/site/trunk/xdocs/oldnews.xml Wed Feb 11 09:07:01 2026 (r1931803) @@ -30,47 +30,6 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> -<section name="Tomcat 10.1.50 Released" rtext="2025-12-08"> -<p> -The Apache Tomcat Project is proud to announce the release of version 10.1.50 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 10 platform.</p> -<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 -without changes. Java EE based applications designed for Tomcat 9 and earlier -may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat -migration tool for Jakarta EE tool</a> which is also available as a separate -<a href="download-migration.cgi">download</a> for off-line use.</p> -<p>The notable changes in this release are:</p> -<ul> - <li>Add strictSni attribute on the Connector to allow matching the - SSLHostConfig configuration associated with the SNI host name to the - SSLHostConfig configuration matched from the HTTP protocol host name. - Non matching configurations will cause the request to be rejected. The - attribute default value is true, enabling the matching.</li> - - <li>Correct a regression introduced in 9.0.109 that broke some clustering - configurations.</li> - - <li>Fix manager status output for applications which failed to start, - and add deployment state for all applications.</li> - - <li>Fix returning connections to jdbc-pool when the underlying connection - has already been closed.</li> -</ul> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.50_(schultz)">Tomcat 10.1 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-10.cgi">Download</a> -</p> -</section> <section name="Tomcat Native 1.3.4 Released" rtext="2026-01-12"> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
