Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1906655&r1=1906654&r2=1906655&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Jan 13 13:03:39 2023
@@ -11,7 +11,8 @@
 <section name="Older news">
 <p>Announcements from previous years can be found here:</p>
 <ul>
-  <li>year 2022</li>
+  <li>year 2023</li>
+  <li><a href="oldnews-2022.html">year 2022</a></li>
   <li><a href="oldnews-2021.html">year 2021</a></li>
   <li><a href="oldnews-2020.html">year 2020</a></li>
   <li><a href="oldnews-2019.html">year 2019</a></li>
@@ -27,1268 +28,7 @@
 </ul>
 </section>
 
-<section name="Tomcat 10.1.2 Released" rtext="2022-11-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.1.2
-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>Fix concurrency issue in evaluation of expression language containing 
lambda
-    expressions.</li>
-<li>Update the packaged version of the Apache Tomcat Native Library to 2.0.2 to
-    pick up the Windows binaries built with with OpenSSL 3.0.7.</li>
-<li>Correct the date format used with the expires attribute of HTTP cookies. A
-    single space rather than a single dash should be used to separate the day,
-    month and year components to be compliant with RFC 6265.</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.2_(markt)">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.69 Released" rtext="2022-11-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.69
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.68 include:</p>
-<ul>
-<li>Fix concurrency issue in evaluation of expression language containing
-    lambda expressions.</li>
-<li>Correct the date format used with the expires attribute of HTTP
-    cookies. A single space rather than a single dash should be used to
-    separate the day, month and year components to be compliant with RFC
-    6265.</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.69_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Migration Tool for Jakarta EE 1.0.5 Released" 
rtext="2022-11-08">
-<p>
-The Apache Tomcat Project is proud to announce the release of 1.0.5 of the
-Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of
-bug fixes and improvements compared to version 1.0.4.</p>
-<p>The notable changes in this release are:</p>
-<ul>
-<li>Narrow scope of javax.annotation conversion to Java EE. Pull request by
-    Danny Thomas</li>
-<li>Improve manifest handling and conversion performance. Pull request by Danny
-    Thomas.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a 
href="https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-migration.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.83 Released" rtext="2022-10-11">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.83
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.82 include:
-</p>
-<ul>
-<li>Add support for authenticating WebSocket clients with an HTTP forward proxy
-    when establishing a connection to a WebSocket endpoint via a forward proxy
-    that requires authentication. Based on a patch provided by Joe Mokos.</li>
-<li>Various fixes for edge case bugs in EL processing.</li>
-<li>Enforce the requirement of RFC 7230 onwards that a request with a malformed
-    content-length header should always be rejected with a 400 response.</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.83_(markt)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.1 Released" rtext="2022-10-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.1.1
-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>Fix bug <bug>66277</bug>, a refactoring regression that broke JSP includes
-    amongst other functionality</li>
-<li>Fix unexpected timeouts that may appear as client disconnections when using
-    HTTP/2 and NIO2</li>
-<li>Enforce the requirement of RFC 7230 onwards that a request with a malformed
-    content-length header should always be rejected with a 400 response.</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.1_(markt)">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.68 Released" rtext="2022-10-07">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.68
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.67 include:</p>
-<ul>
-<li>Fix bug <bug>66277</bug>, a refactoring regression that broke JSP includes
-    amongst other functionality</li>
-<li>Fix unexpected timeouts that may appear as client disconnections when using
-    HTTP/2 and NIO2</li>
-<li>Enforce the requirement of RFC 7230 onwards that a request with a malformed
-    content-length header should always be rejected with a 400 response.</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.68_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.26 Released" rtext="2022-09-27">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.26
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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 support for authenticating WebSocket clients with an HTTP forward
-    proxy when establishing a connection to a WebSocket endpoint via a
-    forward proxy that requires authentication. Based on a patch provided
-    by Joe Mokos.</li>
-<li>Various fixes for edge case bugs in EL processing.</li>
-<li>Improve host header handling for HTTP/2 requests.</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.26_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0 Released" rtext="2022-09-26">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.1.0
-of Apache Tomcat. This is the first stable release of Apache Tomcat targeted at
-Jakarta EE 10.</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 support for authenticating WebSocket clients with an HTTP forward proxy
-    when establishing a connection to a WebSocket endpoint via a forward proxy
-    that requires authentication. Based on a patch provided by Joe Mokos.</li>
-<li>Various fixes for edge case bugs in EL processing.</li>
-<li>Improve host header handling for HTTP/2 requests.</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.0_(markt)">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.67 Released" rtext="2022-09-26">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.67
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.65 include:</p>
-<ul>
-<li>Add support for authenticating WebSocket clients with an HTTP forward
-    proxy when establishing a connection to a WebSocket endpoint via a
-    forward proxy that requires authentication. Based on a patch provided
-    by Joe Mokos.</li>
-<li>Various fixes for edge case bugs in EL processing.</li>
-<li>Improve host header handling for HTTP/2 requests.</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.67_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Migration Tool for Jakarta EE 1.0.4 Released" 
rtext="2022-09-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of 1.0.4 of the
-Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of
-bug fixes and improvements compared to version 1.0.3.</p>
-<p>The notable changes in this release are:</p>
-<ul>
-<li>Improve the fix converting web applications that include JARs that store 
one
-    or more entries in uncompressed form.</li>
-<li>Add a new conversion profile that converts from Jakarta EE 9 to Java EE 
8.</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a 
href="https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-migration.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.82 Released" rtext="2022-08-13">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.82.
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.81 include:
-</p>
-<ul>
-  <li>Update the packaged version of the Tomcat Native Library to 1.2.35 to
-      pick up Windows binaries built with OpenSSL 1.1.1q.</li>
-
-  <li>Enable the use of the FIPS provider for TLS enabled Connectors when
-      using Tomcat Native 1.2.34 onwards built with OpenSSL 3.0.x onwards.</li>
-
-  <li>Improvements to HTTP/2 header handling.</li>
-
-  <li>Fix CVE-2022-34305, a low severity XSS vulnerability in the
-      Form authentication example.</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.82_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.23 Released" rtext="2022-07-26">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.23
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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>Implement support for repeatable builds</li>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.35. This
-    includes Windows binaries built with with OpenSSL 1.1.1q.</li>
-<li>Fix CVE-2022-34305, a low severity XSS vulnerability in the Form
-    authentication example</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.23_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.65 Released" rtext="2022-07-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.65
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.64 include:</p>
-<ul>
-<li>Implement support for repeatable builds.</li>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.35.
-    This includes Windows binaries built with OpenSSL 1.1.1q.</li>
-<li>Fix CVE-2022-34305, a low severity XSS vulnerability in the Form
-    authentication example.</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.65_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Migration Tool for Jakarta EE 1.0.3 Released" 
rtext="2022-09-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of 1.0.3 of the
-Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of
-bug fixes and improvements compared to version 1.0.1.</p>
-<p>The notable changes in this release are:</p>
-<ul>
-<li>Update checksums for modified files to avoid issues when trying to use
-    migrated JAR files</li>
-<li>Handle migration of manifest files when part of an exploded JAR</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a 
href="https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-migration.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M17 (beta) Released" rtext="2022-07-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M17
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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>Implement support for repeatable builds.</li>
-<li>Update the packaged version of the Tomcat Native Library to 2.0.1. This
-    includes Windows binaries built with with OpenSSL 3.0.5.</li>
-<li>Update experimental Panama modules with support for OpenSSL 3.0+. OpenSSL
-    1.1 remains supported.</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.0-M17_(markt)">Tomcat 10.1
-<strong>(beta)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Native 2.0.1 Released" rtext="2022-07-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 2.0.1 of
-Tomcat Native. This is the first release of the 2.0.x branch. The notable
-changes compared to the 1.2.x branch include:
-</p>
-<ul>
-<li>The JNI API has been reduced to just that required to support Tomcat's
-    OpenSSL based TLS implementation. The APR/native connector is no longer
-    supported in the 2.0.x branch.</li>
-<li>The minimum supported versions have been increased to OpenSSL 3.0.x, Apache
-    APR 1.7.x, Java 11, Windows 7 / Server 2008 R2.</li>
-<li>The windows binaries in this release have been built with OpenSSL 
3.0.5</li> 
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 2.0.1</a>
-</p>
-</section>
-
-<section name="Tomcat Migration Tool for Jakarta EE 1.0.1 Released" 
rtext="2022-07-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of 1.0.1 of the
-Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of
-bug fixes and improvements compared to version 1.0.0.</p>
-<p>The notable changes in this release are:</p>
-<ul>
-<li>Add support for .groovy files</li>
-<li>Better support for non-standard archives</li>
-<li>Numerous library updates</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a 
href="https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog</a>.
-</p>
 
-<p style="text-align: center;">
-<a href="download-migration.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.81 Released" rtext="2022-06-11">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.81.
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.79 include:
-</p>
-<ul>
-  <li>Ensure that changes made to a request by the RemoteIPValve persist
-  after the request is put into asynchronous mode.</li>
-
-  <li>Correct a regression in the support added for encrypted PKCS#1
-  formatted private keys in the previous release that broke support
-  for unencrypted PKCS#1 formatted private keys.</li>
-
-  <li>Increase the default buffer size for cluster messages from 43800
-  to 65536 bytes. This is expected to improve performance for large
-  messages when running on Linux based systems.</li>
-
-  <li>When using TLS with non-blocking writes and the NIO connector,
-  ensure that flushing the buffers attempts to empty all of the
-  output buffers.</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.81_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.22 Released" rtext="2022-06-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.22
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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>Correct a regression in the support added for encrypted PKCS#1 formatted
-    private keys in the previous release that broke support for unencrypted
-    PKCS#1 formatted private keys.</li>
-<li>Increase the default buffer size for cluster messages from 43800 to 65536
-    bytes. This is expected to improve performance for large messages when
-    running on Linux based systems.</li>
-<li>When using TLS with non-blocking writes and the NIO connector, ensure that
-    flushing the buffers attempts to empty all of the output buffers.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.22_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.64 Released" rtext="2022-06-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.64
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.63 include:</p>
-<ul>
-<li>Correct a regression in the support added for encrypted PKCS#1
-    formatted private keys in the previous release that broke support
-    for unencrypted PKCS#1 formatted private keys.</li>
-<li>Increase the default buffer size for cluster messages from 43800
-    to 65536 bytes. This is expected to improve performance for large
-    messages when running on Linux based systems.</li>
-<li>When using TLS with non-blocking writes and the NIO connector,
-    ensure that flushing the buffers attempts to empty all of the
-    output buffers.</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.64_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Native 1.2.34 Released" rtext="2022-06-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.34 of
-Tomcat Native. The notable changes since 1.2.33 include:
-</p>
-<ul>
-<li>Refactor the initialization of the native code so it is compatible
-    with Tomcat 10.1.x where deprecated Java classes will be removed.</li>
-<li>Map the OpenSSL 3.0.x FIPS behaviour to the 1.1.1 API to allow clients
-    to determine if the FIPS provider is being used when Tomcat Native is
-    compiled against OpenSSL 3.0.x.</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-1.2-doc/miscellaneous/changelog.html">ChangeLog for 1.2.34</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M16 (beta) Released" rtext="2022-06-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M16
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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>Refactor synchronization blocks locking on SocketWrapper to use
-    ReentrantLock to support users wishing to experiment with project
-    Loom.</li>
-<li>Correct a regression in the support added for encrypted PKCS#1
-    formatted private keys in the previous release that broke support
-    for unencrypted PKCS#1 formatted private keys.</li>
-<li>Increase the default buffer size for cluster messages from 43800
-   to 65536 bytes. This is expected to improve performance for large
-   messages when running on Linux based systems.</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.0-M16_(markt)">Tomcat 10.1
-<strong>(beta)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.79 Released" rtext="2022-05-23">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.79
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.78 include:
-</p>
-<ul>
-    <li>Provide a property source that sources values from Kubernetes service
-    bindings. Provided by Sumit Kulhadia and Gareth Evans.</li>
-
-    <li>The root cause of the Linux kernel duplicate accept bug has been
-    identified along with the version of the kernel that includes the fix.
-    The error message displayed when this bug occurs has been updated to
-    reflect this new information and to advise users to update to a
-    version of the OS that uses kernel 5.10 or later. Thanks to
-    Christopher Gual for the research into this issue.</li>
-
-    <li>Update the packaged version of the Tomcat Native Library to 1.2.33 to
-    pick up Windows binaries built with OpenSSL 1.1.1o.</li>
-
-    <li>Add support for encrypted PKCS#1 formatted private keys when
-    configuring the internal, in memory key store.</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.79_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.21 Released" rtext="2022-05-16">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.21
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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>Provide a property source that sources values from Kubernetes service
-    bindings. Provided by Sumit Kulhadia and Gareth Evans.</li>
-<li>The root cause of the Linux kernel duplicate accept bug has been
-    identified along with the version of the kernel that includes the fix.
-    The error message displayed when this bug occurs has been updated to
-    reflect this new information and to advise users to update to a
-    version of the OS that uses kernel 5.10 or later. Thanks to
-    Christopher Gual for the research into this issue.</li> 
-<li>Update the packaged version of the Tomcat Native Library to 1.2.33 to
-    pick up Windows binaries built with OpenSSL 1.1.1o.</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.21_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.63 Released" rtext="2022-05-16">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.63
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.62 include:</p>
-<ul>
-<li>Provide a property source that sources values from Kubernetes service
-    bindings. Provided by Sumit Kulhadia and Gareth Evans.</li>
-<li>The root cause of the Linux kernel duplicate accept bug has been
-    identified along with the version of the kernel that includes the fix.
-    The error message displayed when this bug occurs has been updated to
-    reflect this new information and to advise users to update to a
-    version of the OS that uses kernel 5.10 or later. Thanks to
-    Christopher Gual for the research into this issue.</li>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.33 to
-    pick up Windows binaries built with OpenSSL 1.1.1o.</li>
-<li>Add support for encrypted PKCS#1 formatted private keys when configuring
-    the internal, in memory key store.</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.63_(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.0-M15 (alpha) Released" rtext="2022-05-16">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M15
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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>Provide a property source that sources values from Kubernetes service
-    bindings. Provided by Sumit Kulhadia and Gareth Evans.</li>
-<li>The root cause of the Linux kernel duplicate accept bug has been
-    identified along with the version of the kernel that includes the fix.
-    The error message displayed when this bug occurs has been updated to
-    reflect this new information and to advise users to update to a
-    version of the OS that uses kernel 5.10 or later. Thanks to
-    Christopher Gual for the research into this issue.</li> 
-<li>Update the packaged version of the Tomcat Native Library to 1.2.33 to
-    pick up Windows binaries built with OpenSSL 1.1.1o.</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.0-M15_(markt)">Tomcat 10.1
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Native 1.2.33 Released" rtext="2022-05-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.33 of
-Tomcat Native. The notable changes since 1.2.32 include:
-</p>
-<ul>
-<li>Windows binaries built with OpenSSL 1.1.1o.</li>
-<li>Fixing a potential crash when attempting to read the TLS session ID after a
-    handshake failure.</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-1.2-doc/miscellaneous/changelog.html">ChangeLog for 1.2.33</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.62 Released" rtext="2022-04-01">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.62
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.60 include:</p>
-<ul>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.32 to
-    pick up Windows binaries built with OpenSSL 1.1.1n.</li>
-<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
-    Thomas Hoffmann.</li>
-<li>Add additional warnings if incompatible TLS configurations are used
-    such as HTTP/2 with CLIENT-CERT authentication.</li>
-<li>Harden the class loader to provide a mitigation for CVE-2022-22965
-    a Spring Framework vulnerability.</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.62_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.20 Released" rtext="2022-04-01">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.20
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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>Update the packaged version of the Tomcat Native Library to 1.2.32 to
-    pick up Windows binaries built with OpenSSL 1.1.1n.</li>
-<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
-    Thomas Hoffmann.</li>
-<li>Add additional warnings if incompatible TLS configurations are used
-    such as HTTP/2 with CLIENT-CERT authentication.</li>
-<li>Harden the class loader to provide a mitigation for CVE-2022-22965
-    a Spring Framework vulnerability.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.20_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M14 (alpha) Released" rtext="2022-04-01">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M14
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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>Update the packaged version of the Tomcat Native Library to 1.2.32 to
-    pick up Windows binaries built with OpenSSL 1.1.1n.</li>
-<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
-    Thomas Hoffmann.</li>
-<li>Update the JASPIC 2.0 API to Jakarta Authentication 3.0 (JASPIC was
-    renamed for Jakarta EE 10).</li>
-<li>Harden the class loader to provide a mitigation for CVE-2022-22965,
-    a Spring Framework vulnerability.</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.0-M14_(markt)">Tomcat 10.1
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.78 Released" rtext="2022-04-01">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.78
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.77 include:
-</p>
-<ul>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.32 to
-    pick up Windows binaries built with OpenSSL 1.1.1n.</li>
-<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
-    Thomas Hoffmann.</li>
-<li>Add additional warnings if incompatible TLS configurations are used
-    such as HTTP/2 with CLIENT-CERT authentication.</li>
-<li>Harden the class loader to provide a mitigation for CVE-2022-22965
-    a Spring Framework vulnerability.</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.78_(markt)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Native 1.2.32 Released" rtext="2022-03-22">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.32 of
-Tomcat Native. The notable changes since 1.2.31 include:
-</p>
-<ul>
-<li>Windows binaries built with OpenSSL 1.1.1n.</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-1.2-doc/miscellaneous/changelog.html">ChangeLog for 1.2.32</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.60 Released" rtext="2022-03-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.60
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.59 include:</p>
-<ul>
-<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
-    processing to pause, and potentially timeout, waiting for additional data
-    when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
-    non-request threads but which introduced a similar problem when user code
-    was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
-    fields, ensure that any custom type conversion is considered when
-    identifying the method to call.</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.60_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.18 Released" rtext="2022-03-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.18
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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>Fix a potential thread-safety issue that could cause HTTP/1.1 request
-    processing to pause, and potentially timeout, waiting for additional data
-    when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
-    non-request threads but which introduced a similar problem when user code
-    was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
-    fields, ensure that any custom type conversion is considered when
-    identifying the method to call.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.18_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.77 Released" rtext="2022-03-17">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.77
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.76 include:
-</p>
-<ul>
-<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
-    processing to pause, and potentially timeout, waiting for additional data
-    when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
-    non-request threads but which introduced a similar problem when user code
-    was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
-    fields, ensure that any custom type conversion is considered when
-    identifying the method to call.</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.77_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M12 (alpha) Released" rtext="2022-03-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M12
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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>Fix a potential thread-safety issue that could cause HTTP/1.1 request
-    processing to pause, and potentially timeout, waiting for additional data
-    when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
-    non-request threads but which introduced a similar problem when user code
-    was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
-    fields, ensure that any custom type conversion is considered when
-    identifying the method to call.</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.0-M12_(markt)">Tomcat 10.1
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.76 Released" rtext="2022-02-28">
-<p> 
-The Apache Tomcat Project is proud to announce the release of version 8.5.76
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.75 include:
-</p>
-<ul>
-<li>Correct a regression in the fix for 65454 that meant that
-    minSpareThreads and maxThreads settings were ignored when the
-    Connector used an internal executor.</li>
-<li>Improve the detection of the Linux duplicate accept bug and reduce
-    (hopefully avoid) instances of false positives.</li>
-<li>Back-port fixes for BZ 65408 to refactor socket-close operations
-    to improve resilience when objects are re-used by applications.</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.76_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.59 Released" rtext="2022-02-28">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.59
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.58 include:</p>
-<ul>
-<li>Add support for additional user attributes to TomcatPrincipal and
-    GenericPrincipal</li>
-<li>Correct a regression in the fix for 65454 that meant that
-    minSpareThreads and maxThreads settings were ignored when the
-    Connector used an internal executor</li>
-<li>Improve the detection of the Linux duplicate accept bug and reduce
-    (hopefully avoid) instances of false positives.</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.59_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.17 Released" rtext="2022-02-28">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.17
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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 support for additional user attributes to <code>TomcatPrincipal</code>
-    and <code>GenericPrincipal</code>.</li>
-<li>Correct a regression in the fix for <bug>65454</bug> that meant that
-    <code>minSpareThreads</code> and <code>maxThreads</code> settings were
-    ignored when the Connector used an internal executor.</li>
-<li>Improve the detection of the Linux duplicate accept bug and reduce
-    (hopefully avoid) instances of false positives.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.17_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M11 (alpha) Released" rtext="2022-02-28">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M11
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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 support for additional user attributes to <code>TomcatPrincipal</code>
-    and <code>GenericPrincipal</code>.</li>
-<li>Correct a regression in the fix for <bug>65454</bug> that meant that
-    <code>minSpareThreads</code> and <code>maxThreads</code> settings were
-    ignored when the Connector used an internal executor.</li>
-<li>Improve the detection of the Linux duplicate accept bug and reduce
-    (hopefully avoid) instances of false positives.</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.0-M11_(markt)">Tomcat 10.1
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.58 Released" rtext="2022-01-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.58
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.56 include:</p>
-<ul>
-<li>Add recycling check in the input and output stream isReady to try to
-    give a more informative ISE when the facade has been recycled.</li>
-<li>Implement support for HTTP/1.1 upgrade when the request includes a
-    body. The maximum permitted size of the body is controlled by
-    maxSavePostSize.</li>
-<li>Improve handling of various cases where one request/response
-    processing thread attempts to manage the asynchronous IO for a
-    different request/response.</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.58_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.0.16 Released" rtext="2022-01-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.0.16
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 9 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 a recycling check in the input and output stream isReady to try to give
-    a more informative ISE when the facade has been recycled.</li>
-<li>Implement support for HTTP/1.1 upgrade when the request includes a body. 
The
-    maximum permitted size of the body is controlled by maxSavePostSize.</li>
-<li>Improve handling of various cases where one request/response processing
-    thread attempts to manage the asynchronous IO for a different
-    request/response</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.16_(markt)">Tomcat 10
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 10.1.0-M10 (alpha) Released" rtext="2022-01-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
10.1.0-M10
-of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
-EE 10.</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 a recycling check in the input and output stream isReady to try to give
-    a more informative ISE when the facade has been recycled.</li>
-<li>Implement support for HTTP/1.1 upgrade when the request includes a body. 
The
-    maximum permitted size of the body is controlled by maxSavePostSize.</li>
-<li>Improve handling of various cases where one request/response processing
-    thread attempts to manage the asynchronous IO for a different
-    request/response</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.0-M10_(markt)">Tomcat 10.1
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.75 Released" rtext="2022-01-17">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.75
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. (Note that 8.5.74 was not released, so the previous version
-was 8.5.73.) The notable changes compared to 8.5.73 include:
-</p>
-<ul>
-  <li>Provide protection against a known OS bug that causes the acceptor to
-      report an incoming connection more than once.</li>
-  <li>Implement a workaround for a JVM bug that can trigger a file
-      descriptor leak when using multi-part upload and the application does
-      not explicitly close an input stream for an uploaded file that was
-      cached on disk.</li>
-  <li>Fix several potential JVM crashes when using the APR connector.</li>
-  <li>Add support for HTTP/1.1 upgrade when the request includes a
-      body. The maximum permitted size of the body is controlled by
-      <code>maxSavePostSize</code>.</li>
-  <li>Improve handling of various cases where one request/response
-      processing thread attempts to manage the asynchronous IO for a
-      different request/response.</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.75_(schultz)">Tomcat 8
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
 
 </body>
 </document>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1906655&r1=1906654&r2=1906655&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Jan 13 13:03:39 2023
@@ -72,7 +72,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>9.0.x</td>
-  <td>9.0.70</td>
+  <td>9.0.71</td>
   <td>8 and later</td>
 </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to