Author: remm Date: Sun May 10 20:51:34 2026 New Revision: 1934063 Log: Site update for 9.0.118
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-90.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-9.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/build.properties.default ============================================================================== --- tomcat/site/trunk/build.properties.default Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/build.properties.default Sun May 10 20:51:34 2026 (r1934063) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.117 +tomcat9.0=9.0.118 tomcat10.1=10.1.54 tomcat11.0=11.0.22 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Sun May 10 20:51:34 2026 (r1934063) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-04-03</created> - <revision>9.0.117</revision> + <created>2025-05-10</created> + <revision>9.0.118</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/download-90.html Sun May 10 20:51:34 2026 (r1934063) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.117[end] +[define v]9.0.118[end] <a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/index.html Sun May 10 20:51:34 2026 (r1934063) @@ -31,6 +31,30 @@ 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.118_Released"><span class="pull-right">2026-05-10</span> Tomcat 9.0.118 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.118 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.117 include:</p> +<ul> +<li>Enhance version.sh and version.bat to display APR, Tomcat Native, and + OpenSSL version information.</li> +<li>Free private keys, keys and certificates after use in FFM based + connector configuration.</li> +<li>Various HTTP/2 validation improvements and a broader change to use + stream resets rather than connection closures where appropriate.</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.118_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> </div><h3 id="Tomcat_11.0.22_Released"><span class="pull-right">2026-05-05</span> Tomcat 11.0.22 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.22 @@ -62,29 +86,6 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-11.cgi">Download</a> </p> -</div><h3 id="Tomcat_9.0.117_Released"><span class="pull-right">2026-04-03</span> Tomcat 9.0.117 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.117 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.116 include:</p> -<ul> - <li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant - that a response may not have been fully written until the connection - was closed. Pull request 966 provided by Phil Clay.</li> - <li>Improved HTTP/2 error handling.</li> - <li>Better error handling for the EncryptInterceptor.</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.117_(remm)">Tomcat 9 - changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-90.cgi">Download</a> -</p> -<p>Note: End of support for Tomcat 9.0.x has been -<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> </div><h3 id="Tomcat_10.1.54_Released"><span class="pull-right">2026-04-02</span> Tomcat 10.1.54 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.54 Modified: tomcat/site/trunk/docs/migration-9.html ============================================================================== --- tomcat/site/trunk/docs/migration-9.html Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/migration-9.html Sun May 10 20:51:34 2026 (r1934063) @@ -521,7 +521,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.112">9.0.112</option> <option value="9.0.113">9.0.113</option> <option value="9.0.115">9.0.115</option> - <option value="9.0.116" selected>9.0.116</option> + <option value="9.0.116">9.0.116</option> + <option value="9.0.117" selected>9.0.117</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -637,7 +638,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.113">9.0.113</option> <option value="9.0.115">9.0.115</option> <option value="9.0.116">9.0.116</option> - <option value="9.0.117" selected>9.0.117</option> + <option value="9.0.117">9.0.117</option> + <option value="9.0.118" selected>9.0.118</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/oldnews.html Sun May 10 20:51:34 2026 (r1934063) @@ -20,6 +20,29 @@ <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_9.0.117_Released"><span class="pull-right">2026-04-03</span> Tomcat 9.0.117 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.117 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.116 include:</p> +<ul> + <li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant + that a response may not have been fully written until the connection + was closed. Pull request 966 provided by Phil Clay.</li> + <li>Improved HTTP/2 error handling.</li> + <li>Better error handling for the EncryptInterceptor.</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.117_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> </div><h3 id="Tomcat_11.0.21_Released"><span class="pull-right">2026-04-04</span> Tomcat 11.0.21 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.21 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/docs/whichversion.html Sun May 10 20:51:34 2026 (r1934063) @@ -56,7 +56,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.3</td> <td>9.0.x</td> - <td>9.0.117</td> + <td>9.0.118</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sun May 10 20:51:34 2026 (r1934063) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-04-03</created> - <revision>9.0.117</revision> + <created>2025-05-10</created> + <revision>9.0.118</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/download-90.xml Sun May 10 20:51:34 2026 (r1934063) @@ -22,7 +22,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]9.0.117[end] +[define v]9.0.118[end] <a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/index.xml Sun May 10 20:51:34 2026 (r1934063) @@ -48,6 +48,33 @@ these users and their stories are listed wiki page.</p> </section> + +<section name="Tomcat 9.0.118 Released" rtext="2026-05-10"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.118 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.117 include:</p> +<ul> +<li>Enhance version.sh and version.bat to display APR, Tomcat Native, and + OpenSSL version information.</li> +<li>Free private keys, keys and certificates after use in FFM based + connector configuration.</li> +<li>Various HTTP/2 validation improvements and a broader change to use + stream resets rather than connection closures where appropriate.</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.118_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> +</section> + <section name="Tomcat 11.0.22 Released" rtext="2026-05-05"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.22 @@ -81,31 +108,6 @@ changelog</a>. </p> </section> -<section name="Tomcat 9.0.117 Released" rtext="2026-04-03"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.117 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.116 include:</p> -<ul> - <li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant - that a response may not have been fully written until the connection - was closed. Pull request 966 provided by Phil Clay.</li> - <li>Improved HTTP/2 error handling.</li> - <li>Better error handling for the EncryptInterceptor.</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.117_(remm)">Tomcat 9 - changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-90.cgi">Download</a> -</p> -<p>Note: End of support for Tomcat 9.0.x has been -<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> -</section> - <section name="Tomcat 10.1.54 Released" rtext="2026-04-02"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.54 Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/migration-9.xml Sun May 10 20:51:34 2026 (r1934063) @@ -538,7 +538,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.112">9.0.112</option> <option value="9.0.113">9.0.113</option> <option value="9.0.115">9.0.115</option> - <option value="9.0.116" selected="selected">9.0.116</option> + <option value="9.0.116">9.0.116</option> + <option value="9.0.117" selected="selected">9.0.117</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -654,7 +655,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.113">9.0.113</option> <option value="9.0.115">9.0.115</option> <option value="9.0.116">9.0.116</option> - <option value="9.0.117" selected="selected">9.0.117</option> + <option value="9.0.117">9.0.117</option> + <option value="9.0.118" selected="selected">9.0.118</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/oldnews.xml Sun May 10 20:51:34 2026 (r1934063) @@ -30,6 +30,31 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> +<section name="Tomcat 9.0.117 Released" rtext="2026-04-03"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.117 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.116 include:</p> +<ul> + <li>Fix a bug in the non-blocking flushing code for NIO+TLS that meant + that a response may not have been fully written until the connection + was closed. Pull request 966 provided by Phil Clay.</li> + <li>Improved HTTP/2 error handling.</li> + <li>Better error handling for the EncryptInterceptor.</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.117_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> +</section> + <section name="Tomcat 11.0.21 Released" rtext="2026-04-04"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.21 @@ -61,40 +86,40 @@ changelog</a>. <a href="download-11.cgi">Download</a> </p> </section> -<section name="Tomcat 11.0.20 Released" rtext="2026-03-20"> -<p> -The Apache Tomcat Project is proud to announce the release of version 11.0.20 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 11 platform.</p> -<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from -Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse -Foundation, the primary package for all implemented APIs has changed from -<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly -require code changes to enable applications to migrate from Tomcat 9 and earlier -to Tomcat 10 and later. A -<a href="https://github.com/apache/tomcat-jakartaee-migration">migration -tool</a> is available to aid this process.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Relax HTTP/2 header validation and respond to invalid requests with - a stream reset or a 400 response as appropriate rather then with a - connection reset.</li> -<li>Fix bug 69964: Respect the configured cipher order, which was no - longer respected following the addition of TLS 1.3 specific cipher - configuration. TLS 1.3 ciphers will always be first in the list.</li> -<li>Update Tomcat Native to 2.0.14 and increase the recommended version to - 2.0.14.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)">Tomcat 11 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-11.cgi">Download</a> -</p> -</section> +<section name="Tomcat 11.0.20 Released" rtext="2026-03-20"> +<p> +The Apache Tomcat Project is proud to announce the release of version 11.0.20 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Relax HTTP/2 header validation and respond to invalid requests with + a stream reset or a 400 response as appropriate rather then with a + connection reset.</li> +<li>Fix bug 69964: Respect the configured cipher order, which was no + longer respected following the addition of TLS 1.3 specific cipher + configuration. TLS 1.3 ciphers will always be first in the list.</li> +<li>Update Tomcat Native to 2.0.14 and increase the recommended version to + 2.0.14.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.20_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 9.0.116 Released" rtext="2026-03-20"> <p> Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Sun May 10 20:25:39 2026 (r1934062) +++ tomcat/site/trunk/xdocs/whichversion.xml Sun May 10 20:51:34 2026 (r1934063) @@ -67,7 +67,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.3</td> <td>9.0.x</td> - <td>9.0.117</td> + <td>9.0.118</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
