Author: schultz Date: Fri May 19 23:22:55 2023 New Revision: 1909941 URL: http://svn.apache.org/viewvc?rev=1909941&view=rev Log: Move Tomcat 8.5.89 release announcement to the top of the news.
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1909941&r1=1909940&r2=1909941&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Fri May 19 23:22:55 2023 @@ -34,6 +34,40 @@ wiki page.</p> <p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.</p> +</div><h3 id="Tomcat_8.5.89_Released"><span class="pull-right">2023-05-19</span> Tomcat 8.5.89 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.89 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 7 platform. The notable changes compared to 8.5.88 include: +</p> +<ul> + <li>Reduce the default value of maxParameterCount from 10,000 to 1,000.</li> + + <li>Correct a regression in the fix for bug 66442 that meant that streams + without a response body did not decrement the active stream count + when completing, leading to + ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.</li> + + <li>Refactor synchronization blocks locking on SocketWrapper to use + ReentrantLock to support users wishing to experiment with project + Loom.</li> + + <li>Implement RFC 9239; note the MIME types for Javascript has changed + to text/javascript.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.89_(schultz)">Tomcat 8 +changelog</a>. +</p> + +<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will +reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> +(EOL) on 31 March 2024.</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-80.cgi">Download</a> +</p> </div><h3 id="Tomcat_9.0.75_Released"><span class="pull-right">2023-05-10</span> Tomcat 9.0.75 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.75 @@ -109,40 +143,6 @@ Full details of these changes, and all t <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-migration.cgi">Download</a> </p> -</div><h3 id="Tomcat_8.5.89_Released"><span class="pull-right">2023-05-19</span> Tomcat 8.5.89 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.89 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 7 platform. The notable changes compared to 8.5.88 include: -</p> -<ul> - <li>Reduce the default value of maxParameterCount from 10,000 to 1,000.</li> - - <li>Correct a regression in the fix for bug 66442 that meant that streams - without a response body did not decrement the active stream count - when completing, leading to - ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.</li> - - <li>Refactor synchronization blocks locking on SocketWrapper to use - ReentrantLock to support users wishing to experiment with project - Loom.</li> - - <li>Implement RFC 9239; note the MIME types for Javascript has changed - to text/javascript.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.89_(schultz)">Tomcat 8 -changelog</a>. -</p> - -<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will -reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> -(EOL) on 31 March 2024.</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-80.cgi">Download</a> -</p> </div><h3 id="Tomcat_10.1.8_Released"><span class="pull-right">2023-04-19</span> Tomcat 10.1.8 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.8 Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1909941&r1=1909940&r2=1909941&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Fri May 19 23:22:55 2023 @@ -55,6 +55,42 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 8.5.89 Released" rtext="2023-05-19"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.89 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 7 platform. The notable changes compared to 8.5.88 include: +</p> +<ul> + <li>Reduce the default value of maxParameterCount from 10,000 to 1,000.</li> + + <li>Correct a regression in the fix for bug 66442 that meant that streams + without a response body did not decrement the active stream count + when completing, leading to + ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.</li> + + <li>Refactor synchronization blocks locking on SocketWrapper to use + ReentrantLock to support users wishing to experiment with project + Loom.</li> + + <li>Implement RFC 9239; note the MIME types for Javascript has changed + to text/javascript.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.89_(schultz)">Tomcat 8 +changelog</a>. +</p> + +<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will +reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> +(EOL) on 31 March 2024.</p> + +<p style="text-align: center;"> +<a href="download-80.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.75 Released" rtext="2023-05-10"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.75 @@ -136,42 +172,6 @@ Full details of these changes, and all t </p> </section> -<section name="Tomcat 8.5.89 Released" rtext="2023-05-19"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.89 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 7 platform. The notable changes compared to 8.5.88 include: -</p> -<ul> - <li>Reduce the default value of maxParameterCount from 10,000 to 1,000.</li> - - <li>Correct a regression in the fix for bug 66442 that meant that streams - without a response body did not decrement the active stream count - when completing, leading to - ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.</li> - - <li>Refactor synchronization blocks locking on SocketWrapper to use - ReentrantLock to support users wishing to experiment with project - Loom.</li> - - <li>Implement RFC 9239; note the MIME types for Javascript has changed - to text/javascript.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.89_(schultz)">Tomcat 8 -changelog</a>. -</p> - -<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will -reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a> -(EOL) on 31 March 2024.</p> - -<p style="text-align: center;"> -<a href="download-80.cgi">Download</a> -</p> -</section> - <section name="Tomcat 10.1.8 Released" rtext="2023-04-19"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.8 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org