Author: remm Date: Fri Mar 20 13:57:32 2026 New Revision: 1932412 Log: Update site for 9.0.116
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 Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/build.properties.default Fri Mar 20 13:57:32 2026 (r1932412) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.115 +tomcat9.0=9.0.116 tomcat10.1=10.1.52 tomcat11.0=11.0.20 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Mar 20 13:57:32 2026 (r1932412) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-01-23</created> - <revision>9.0.115</revision> + <created>2025-03-20</created> + <revision>9.0.116</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/download-90.html Fri Mar 20 13:57:32 2026 (r1932412) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.115[end] +[define v]9.0.116[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 Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/index.html Fri Mar 20 13:57:32 2026 (r1932412) @@ -31,6 +31,32 @@ 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.116_Released"><span class="pull-right">2026-03-20</span> Tomcat 9.0.116 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.116 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.115 include:</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 1.3.7 / 2.0.14 and increase the recommended + version to 1.3.7 / 2.0.14.</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.116_(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.20_Released"><span class="pull-right">2026-03-20</span> Tomcat 11.0.20 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.20 @@ -143,35 +169,6 @@ migration tool for Jakarta EE tool</a> w <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> -</div><h3 id="Tomcat_9.0.115_Released"><span class="pull-right">2026-01-23</span> Tomcat 9.0.115 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.115 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.113 include:</p> -<ul> -<li>For configuration consistency between OpenSSL and JSSE TLS - implementations, TLSv1.3 cipher suites included in the ciphers - attribute of an SSLHostConfig are now always ignored (previously - they would be ignored with OpenSSL implementations and used with - JSSE implementations) and a warning is logged that the cipher - suite has been ignored.</li> -<li>Expand OCSP support to JSSE based connections and expand OCSP - configuration options.</li> -<li>Update Commons Daemon to 1.5.1.</li> -<li>Update Tomcat Native to 2.0.12 and increase the minimum version to - 2.0.12 / 1.3.4.</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.115_(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_Migration_Tool_for_Jakarta_EE_1.0.10_Released"><span class="pull-right">2025-11-24</span> Tomcat Migration Tool for Jakarta EE 1.0.10 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.10 of the Modified: tomcat/site/trunk/docs/migration-9.html ============================================================================== --- tomcat/site/trunk/docs/migration-9.html Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/migration-9.html Fri Mar 20 13:57:32 2026 (r1932412) @@ -519,7 +519,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.110">9.0.110</option> <option value="9.0.111">9.0.111</option> <option value="9.0.112">9.0.112</option> - <option value="9.0.113" selected>9.0.113</option> + <option value="9.0.113">9.0.113</option> + <option value="9.0.115" selected>9.0.115</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -633,7 +634,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.111">9.0.111</option> <option value="9.0.112">9.0.112</option> <option value="9.0.113">9.0.113</option> - <option value="9.0.115" selected>9.0.115</option> + <option value="9.0.115">9.0.115</option> + <option value="9.0.116" selected>9.0.116</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/oldnews.html Fri Mar 20 13:57:32 2026 (r1932412) @@ -20,6 +20,35 @@ <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.115_Released"><span class="pull-right">2026-01-23</span> Tomcat 9.0.115 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.115 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.113 include:</p> +<ul> +<li>For configuration consistency between OpenSSL and JSSE TLS + implementations, TLSv1.3 cipher suites included in the ciphers + attribute of an SSLHostConfig are now always ignored (previously + they would be ignored with OpenSSL implementations and used with + JSSE implementations) and a warning is logged that the cipher + suite has been ignored.</li> +<li>Expand OCSP support to JSSE based connections and expand OCSP + configuration options.</li> +<li>Update Commons Daemon to 1.5.1.</li> +<li>Update Tomcat Native to 2.0.12 and increase the minimum version to + 2.0.12 / 1.3.4.</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.115_(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.18_Released"><span class="pull-right">2026-01-26</span> Tomcat 11.0.18 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.18 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/docs/whichversion.html Fri Mar 20 13:57:32 2026 (r1932412) @@ -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.115</td> + <td>9.0.116</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Fri Mar 20 13:57:32 2026 (r1932412) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-01-23</created> - <revision>9.0.115</revision> + <created>2025-03-20</created> + <revision>9.0.116</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/download-90.xml Fri Mar 20 13:57:32 2026 (r1932412) @@ -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.115[end] +[define v]9.0.116[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 Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/index.xml Fri Mar 20 13:57:32 2026 (r1932412) @@ -48,6 +48,35 @@ these users and their stories are listed wiki page.</p> </section> + +<section name="Tomcat 9.0.116 Released" rtext="2026-03-20"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.116 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.115 include:</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 1.3.7 / 2.0.14 and increase the recommended + version to 1.3.7 / 2.0.14.</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.116_(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.20 Released" rtext="2026-03-20"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.20 @@ -168,38 +197,6 @@ migration tool for Jakarta EE tool</a> w </p> </section> - -<section name="Tomcat 9.0.115 Released" rtext="2026-01-23"> -<p> -The Apache Tomcat Project is proud to announce the release of version 9.0.115 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.113 include:</p> -<ul> -<li>For configuration consistency between OpenSSL and JSSE TLS - implementations, TLSv1.3 cipher suites included in the ciphers - attribute of an SSLHostConfig are now always ignored (previously - they would be ignored with OpenSSL implementations and used with - JSSE implementations) and a warning is logged that the cipher - suite has been ignored.</li> -<li>Expand OCSP support to JSSE based connections and expand OCSP - configuration options.</li> -<li>Update Commons Daemon to 1.5.1.</li> -<li>Update Tomcat Native to 2.0.12 and increase the minimum version to - 2.0.12 / 1.3.4.</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.115_(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 Migration Tool for Jakarta EE 1.0.10 Released" rtext="2025-11-24"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.10 of the Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/migration-9.xml Fri Mar 20 13:57:32 2026 (r1932412) @@ -536,7 +536,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.110">9.0.110</option> <option value="9.0.111">9.0.111</option> <option value="9.0.112">9.0.112</option> - <option value="9.0.113" selected="selected">9.0.113</option> + <option value="9.0.113">9.0.113</option> + <option value="9.0.115" selected="selected">9.0.115</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -650,7 +651,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.111">9.0.111</option> <option value="9.0.112">9.0.112</option> <option value="9.0.113">9.0.113</option> - <option value="9.0.115" selected="selected">9.0.115</option> + <option value="9.0.115">9.0.115</option> + <option value="9.0.116" selected="selected">9.0.116</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/oldnews.xml Fri Mar 20 13:57:32 2026 (r1932412) @@ -30,6 +30,38 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> + +<section name="Tomcat 9.0.115 Released" rtext="2026-01-23"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.115 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.113 include:</p> +<ul> +<li>For configuration consistency between OpenSSL and JSSE TLS + implementations, TLSv1.3 cipher suites included in the ciphers + attribute of an SSLHostConfig are now always ignored (previously + they would be ignored with OpenSSL implementations and used with + JSSE implementations) and a warning is logged that the cipher + suite has been ignored.</li> +<li>Expand OCSP support to JSSE based connections and expand OCSP + configuration options.</li> +<li>Update Commons Daemon to 1.5.1.</li> +<li>Update Tomcat Native to 2.0.12 and increase the minimum version to + 2.0.12 / 1.3.4.</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.115_(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.18 Released" rtext="2026-01-26"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.18 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Fri Mar 20 13:42:56 2026 (r1932411) +++ tomcat/site/trunk/xdocs/whichversion.xml Fri Mar 20 13:57:32 2026 (r1932412) @@ -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.115</td> + <td>9.0.116</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
