You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/02/28 11:58:38 UTC

svn commit: r1898468 [2/2] - in /tomcat/site/trunk: docs/oldnews-2021.html xdocs/oldnews-2021.xml

Added: tomcat/site/trunk/xdocs/oldnews-2021.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews-2021.xml?rev=1898468&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews-2021.xml (added)
+++ tomcat/site/trunk/xdocs/oldnews-2021.xml Mon Feb 28 11:58:38 2022
@@ -0,0 +1,1252 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+
+  <properties>
+    <author>Apache Tomcat Project</author>
+    <title>Old news!</title>
+  </properties>
+
+<body>
+
+<section name="Older news">
+<p>Announcements from previous years can be found here:</p>
+<ul>
+  <li><a href="oldnews.html">year 2022</a></li>
+  <li>year 2021</li>
+  <li><a href="oldnews-2020.html">year 2020</a></li>
+  <li><a href="oldnews-2019.html">year 2019</a></li>
+  <li><a href="oldnews-2018.html">year 2018</a></li>
+  <li><a href="oldnews-2017.html">year 2017</a></li>
+  <li><a href="oldnews-2016.html">year 2016</a></li>
+  <li><a href="oldnews-2015.html">year 2015</a></li>
+  <li><a href="oldnews-2014.html">year 2014</a></li>
+  <li><a href="oldnews-2013.html">year 2013</a></li>
+  <li><a href="oldnews-2012.html">year 2012</a></li>
+  <li><a href="oldnews-2011.html">year 2011</a></li>
+  <li><a href="oldnews-2010.html">year 2010</a></li>
+</ul>
+</section>
+
+<section name="Tomcat 10.0.14 Released" rtext="2021-12-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.14
+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 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 exceptions when the security manager is enabled and the first request
+    received after starting is an HTTP request to a TLS enabled NIO2
+    connector.</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.14_(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-M8 (alpha) Released" rtext="2021-12-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M8
+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>Limit cookie support to RFC 6265 to align with recent updates to the Servlet
+    specification.</li>
+<li>Update the WebSocket API packaging to remove the copy of the client API from
+    the server API and replace it with a dependency on the client API. This
+    aligns Tomcat with changes in the WebSocket 2.1 specification.</li>
+<li>Provide protection against a known OS bug that causes the acceptor to report
+    an incoming connection more than once.</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-M8_(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.56 Released" rtext="2021-12-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.56
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.55 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 exceptions when the security manager is enabled and the first request
+    received after starting is an HTTP request to a TLS enabled NIO2
+    connector.</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.56_(remm)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.73 Released" rtext="2021-11-17">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.73
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.72 include:
+</p>
+<ul>
+<li>Improvements to native/APR including avoiding a JVM crash if APR fails
+    to properly initialize and improving error handling.</li>
+<li>Improve robustness of JNDIRealm for exceptions occurring when getting
+    the connection.</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.73_(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.55 Released" rtext="2021-11-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.55
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.54 include:</p>
+<ul>
+<li>Experimental OpenSSL support through the Panama API incubating in Java
+    17, with support for OpenSSL 1.1+.</li>
+<li>Add support for custom caching strategies for web application
+    resources. This initial implementation allows control over whether or
+    not a resource is cached.</li>
+<li>Improve robustness of JNDIRealm for exceptions occurring when getting
+    the connection.</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.55_(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.13 Released" rtext="2021-11-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.13
+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>Experimental OpenSSL support through the Panama API incubating in Java 17,
+    with support for OpenSSL 1.1+</li>
+<li>Add support for custom caching strategies for web application resources.
+    This initial implementation allows control over whether or not a resource is
+    cached.</li>
+<li>Improve robustness of JNDIRealm for exceptions occurring when getting the
+    connection.</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.13_(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-M7 (alpha) Released" rtext="2021-11-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M7
+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>Servlet API updates for Servlet 6 including refactoring
+  HttpServlet.doHead(), support for generic attributes on Cookies, more
+  consistent URI handling including an option to reject 'suspicious' URIs</li>
+<li>EL API updates for EL 5.0 including changes to ELResolver.getType()</li>
+<li>Experimental OpenSSL support through the Panama API incubating in Java 17,
+  with support for OpenSSL 1.1+</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-M7_(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.72 Released" rtext="2021-10-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.72.
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.71 include:</p>
+<ul>
+<li>Further robustness improvements to HTTP/2 flow control window
+    management</li>
+<li>Fix an issue that caused some Servlet non-blocking API reads of the
+    HTTP request body to incorrectly use blocking IO</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.72_(cschultz)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.54 Released" rtext="2021-10-01">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.54
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.53 include:</p>
+<ul>
+<li>Further robustness improvements to HTTP/2 flow control window
+    management</li>
+<li>Improvements to the DataSourceUserDatabase</li>
+<li>Fix an issue that caused some Servlet non-blocking API reads of the
+    HTTP request body to incorrectly use blocking IO</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.54_(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.12 Released" rtext="2021-10-01">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.12
+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>Further robustness improvements to HTTP/2 flow control window
+    management.</li>
+<li>Improvements to the DataSourceUserDatabase.</li>
+<li>Fix an issue that caused some Servlet non-blocking API reads of the
+    HTTP request body to incorrectly use blocking IO.</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.12_(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-M6 (alpha) Released" rtext="2021-10-01">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M6
+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>Servlet API updates for Servlet 6 including removal of all deprecated
+    code, updated schemas and a new API for connection and request IDs.</li>
+<li>EL API updates for EL 5.0 including deprecation of the use of
+    FeatureDescriptor, improvements to BeanELResolver and the addition of
+    MethodReference.</li>
+<li>Further robustness improvements to HTTP/2 flow control window
+    management </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-M6_(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.71 Released" rtext="2021-09-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.71
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.70 include:</p>
+<ul>
+  <li>Update the internal fork of Apache Commons DBCP to 2.9.0, Apache
+   Commons Pool to 2.9.1, Apache Commons FileUpload to 2.0, and
+   Apache Commons Codec to 1.16.</li>
+
+  <li>Update the packaged version of the Tomcat Native Library to 1.2.31 to
+   pick up Windows binaries built with OpenSSL 1.1.1l.</li>
+
+  <li>Correct parsing of Content-Range headers</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.71_(schultz)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.53 Released" rtext="2021-09-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.53
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.52 include:</p>
+<ul>
+<li>Add a UserDatabase implementation as a superset of the DataSourceRealm
+    functionality</li>
+<li>Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache
+    Commons Pool to 2.11.1</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.31 to
+    pick up Windows binaries built with OpenSSL 1.1.1l</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.53_(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.11 Released" rtext="2021-09-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.11
+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 UserDatabase implementation as a superset of the DataSourceRealm
+    functionality.</li>
+<li>Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache Commons
+    Pool to 2.11.1</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.31 to pick
+    up Windows binaries built with OpenSSL 1.1.1l.</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.11_(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-M5 (alpha) Released" rtext="2021-09-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M5
+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>Remove the deprecated APR/Native connector which includes the HTTP APR and
+    the AJP APR connector. Also remove the Java interfaces to the APR/Native
+    library that are not used by the OpenSSL integration for the NIO and NIO2
+    connectors.</li>
+<li>Add a UserDatabase implementation as a superset of the DataSourceRealm
+    functionality.</li>
+<li>Update the internal fork of Apache Commons DBCP to 2.9.0 and Apache Commons
+    Pool to 2.11.1</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-M5_(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.70 Released" rtext="2021-08-16">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.70
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.70 include:</p>
+<ul>
+<li>Correct a regression in the previous release in the HTTP/2 flow control
+    window management along with additional improvements to HTTP/2 flow control
+    </li>
+<li>Make the CorsFilter simpler to extend</li>
+<li>To avoid unnecessary cache revalidation, do not add an HTTP Expires header
+    when setting adding an HTTP header of CacheControl: private</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.70_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.52 Released" rtext="2021-08-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.52
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.50 include:</p>
+<ul>
+<li>Correct a regression in the previous release in the HTTP/2 flow
+    control window management</li>
+<li>Correct a regression the could cause some TLS connections to hang when
+    using NIO</li>
+<li>Use of GraalVM native images no longer automatically disables JMX
+    support</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.52_(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-M4 (alpha) Released" rtext="2021-08-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M4
+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>The minimum Java version has been increased to Java 11 to align with the
+    plans for the Jakarta EE 10 platform</li>
+<li>Correct a regression in the previous release in the HTTP/2 flow control
+    window management</li>
+<li>Enable EL lambda expressions to be coerced to functional interfaces. This is
+    an implementation of a proposed extension to the Jakarta Expression Language
+    specification.</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-M4_(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 10.0.10 Released" rtext="2021-08-05">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.10
+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 previous release in the HTTP/2 flow control
+    window management</li>
+<li>Correct a regression the could cause some TLS connections to hang when using
+    NIO</li>
+<li>Use of GraalVM native images no longer automatically disables JMX
+    support.</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.10_(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.69 Released" rtext="2021-07-05">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.69
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.68 include:</p>
+<ul>
+<li>Re-work the HTTP/2 overhead protection to reduce the likelihood of
+    false positives. Note that the default overheadCountFactor has changed
+    from 1 to 10 and that the useful range is now 0 to ~20.</li>
+<li>Fix regressions in JSP compilation in the previous release.</li>
+<li>Improve HTTP header parsing to ignore empty elements in 1#token
+    values, as per RFC 7230 section 7.</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.69_(schultz)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.50 Released" rtext="2021-07-02">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.50
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.48 include:</p>
+<ul>
+<li>Re-work the HTTP/2 overhead protection to reduce the likelihood of false
+    positives. Note that the default overheadCountFactor has changed from 1 to
+    10 and that the useful range is now 0 to ~20.</li>
+<li>Update to Eclipse JDT compiler 4.20.</li>
+<li>Fix regressions in JSP compilation in the previous release.</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.50_(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.8 Released" rtext="2021-07-02">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.8
+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>Re-work the HTTP/2 overhead protection to reduce the likelihood of false
+    positives. Note that the default overheadCountFactor has changed from 1 to
+    10 and that the useful range is now 0 to ~20.</li>
+<li>Update to Eclipse JDT compiler 4.20.</li>
+<li>Fix regressions in JSP compilation in the previous release.</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.8_(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-M2 (alpha) Released" rtext="2021-07-02">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M2
+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>Re-work the HTTP/2 overhead protection to reduce the likelihood of false
+    positives. Note that the default overheadCountFactor has changed from 1 to
+    10 and that the useful range is now 0 to ~20.</li>
+<li>Update to Eclipse JDT compiler 4.20.</li>
+<li>Fix regressions in JSP compilation in the previous release.</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-M2_(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.68 Released" rtext="2021-06-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.68
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.66 include:</p>
+<ul>
+<li>Improve robustness of HTTP/2 HPACK decoding</li>
+<li>Improvements to the handling of the Transfer-Encoding header</li>
+<li>Review code used to generate Java source from JSPs and tags and remove
+   code found to be unnecessary.</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.68_(schultz)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.48 Released" rtext="2021-06-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.48
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.48 include:</p>
+<ul>
+<li>Improve robustness of HTTP/2 HPACK decoding.</li>
+<li>Improvements to the handling of the Transfer-Encoding header.</li>
+<li>Review code used to generate Java source from JSPs and tags and remove
+    code found to be unnecessary.</li> 
+<li>Backport the updated blocking NIO code and optimizations from Tomcat 10.0.</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.48_(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.7 Released" rtext="2021-06-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.7
+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>Improve robustness of HTTP/2 HPACK decoding</li>
+<li>Improvements to the handling of the Transfer-Encoding header</li>
+<li>Review code used to generate Java source from JSPs and tags and remove code
+    found to be unnecessary.<br/>
+    <b>Warning:</b> Please test that all your JSP pages are compiled successfully.
+    There are known regressions caused by this change, to be fixed in the next release.
+    See bugs <bug>65387</bug>, <bug>65390</bug>.</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.7_(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-M1 (alpha) Released" rtext="2021-06-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.0-M1
+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>Remove code (but not the APR/Native Connector) previously marked for removal
+    in 10.1.x The APR/Native Connector will almost certainly be removed in a
+    future milestone.</li>
+<li>Align the Servlet API implementation with the current Servlet API
+    development branch.</li>
+<li>Align the EL API implementation with the current El API development branch.
+    </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-M1_(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.30 Released" rtext="2021-06-04">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.30 of
+Tomcat Native. The notable changes since 1.2.28 include:
+</p>
+<ul>
+<li>Fix an issue where some Windows systems in some configurations would only
+    listen on IPv6 addresses on dual stack systems even though configured to
+    listen on both IPv6 and IPv4 addresses.</li>
+<li>Additional fix for bug 65181 (support loading private keys in proprietary
+    formats).</li> 
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.30</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.46 Released" rtext="2021-05-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.46
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.45 include:</p>
+<ul>
+<li>Ensure the correct escaping of attribute values and search filters in
+    the JNDIRealm.</li>
+<li>HandlesTypes should include classes that use the specified annotation
+    types on fields or methods.</li>
+<li>Refactor the creation of WebSocket end point, decoder and encoder
+    instances to be more IoC friendly. Instances are now created via the
+    InstanceManager where possible.</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.46_(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.6 Released" rtext="2021-05-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.6
+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>Ensure the correct escaping of attribute values and search filters in
+    the JNDIRealm.</li>
+<li>HandlesTypes should include classes that use the specified annotation
+    types on fields or methods.</li>
+<li>Refactor the creation of WebSocket end point, decoder and encoder
+    instances to be more IoC friendly. Instances are now created via the
+    InstanceManager where possible.</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.6_(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.66 Released" rtext="2021-05-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.66
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.65 include:</p>
+<ul>
+<li>Ensure the correct escaping of attribute values and search filters in
+    the JNDIRealm.</li>
+<li>HandlesTypes should include classes that use the specified annotation
+    types on fields or methods.</li>
+<li>Refactor the creation of WebSocket end point, decoder and encoder
+    instances to be more IoC friendly. Instances are now created via the
+    InstanceManager where possible.</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.66_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 10.0.5 Released" rtext="2021-04-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.5
+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 regression in 10.0.4 that meant that an error during an asynchronous
+    read broke all future asynchronous reads associated with the same request
+    instance.</li>
+<li>Prevent concurrent calls to ServletInputStream.isReady() corrupting the
+    input buffer.</li>
+<li>Update the packaged version of Tomcat Native to 1.2.27 to pick up binaries
+    built with OpenSSL 1.1.1k.</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.5_(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.45 Released" rtext="2021-04-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.45
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.44 include:</p>
+<ul>
+<li>Fix a regression in 9.0.44 that meant that an error during an asynchronous
+    read broke all future asynchronous reads associated with the same request
+    instance.</li>
+<li>Prevent concurrent calls to ServletInputStream.isReady() corrupting the
+    input buffer.</li>
+<li>Update the packaged version of Tomcat Native to 1.2.27 to pick up binaries
+    built with OpenSSL 1.1.1k.</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.45_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.65 Released" rtext="2020-04-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.65
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.64 include:</p>
+<ul>
+<li>Fix a regression in 8.5.64 that meant that an error during an asynchronous
+    read broke all future asynchronous reads associated with the same request
+    instance.</li>
+<li>Prevent concurrent calls to ServletInputStream.isReady() corrupting the
+    input buffer.</li>
+<li>Update the packaged version of Tomcat Native to 1.2.27 to pick up binaries
+    built with OpenSSL 1.1.1k.</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.65_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat Native 1.2.28 Released" rtext="2021-04-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.28 of
+Tomcat Native. The notable changes since 1.2.27 include:
+</p>
+<ul>
+<li>Correct a regression in the fix for <bug>65181</bug> that prevented an error
+    message from being displayed if an invalid key file was provided and no
+    OpenSSL Engine was configured.</li>
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.28</a>
+</p>
+</section>
+
+<section name="Tomcat Native 1.2.27 Released" rtext="2021-03-29">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.27 of
+Tomcat Native. The notable changes since 1.2.26 include:
+</p>
+<ul>
+<li>Windows binaries built using OpenSSL 1.1.1k</li>
+<li>Improve support for using OpenSSL Engines that use proprietary key formats.
+    Patch provided by Edin Hodzic. (bug <bug>65181</bug>)</li>
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.26</a>
+</p>
+</section>
+
+<section name="Tomcat 10.0.4 Released" rtext="2021-03-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.4
+of Apache Tomcat. This release is targeted at Jakarta EE 9.</p>
+<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
+without changes. Java EE 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>Integration of the Apache Tomcat Migration Tool for Jakarta EE via the
+    webapps-javaee directory</li>
+<li>Improvements to Async and non-blocking IO error handling</li>
+<li>Add support for Unix Domain Sockets to the APR/Native connector</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.4_(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.44 Released" rtext="2021-03-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.44
+of Apache Tomcat. The notable changes compared to 9.0.43 include:</p>
+<ul>
+<li>Improvements to Async and non-blocking IO error handling</li>
+<li>Improvements to handling of OpenSSL errors</li>
+<li>Align the behaviour when null is passed to the ServletResponse
+    methods setCharacterEncoding(), setContentType() and setLocale()
+    with the recent clarification from the Jakarta Servlet project of
+    the expected behaviour in these cases.</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.44_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.64 Released" rtext="2020-03-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.64
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.63 include:</p>
+<ul>
+<li>Improvements to Async and non-blocking IO error handling</li>
+<li>Improvements to handling of OpenSSL errors</li>
+<li>Align the behaviour when null is passed to the ServletResponse
+    methods setCharacterEncoding(), setContentType() and setLocale()
+    with the recent clarification from the Jakarta Servlet project of
+    the expected behaviour in these cases.</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.64_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat Migration Tool for Jakarta EE 0.2.0 Released" rtext="2021-02-18">
+<p>
+The Apache Tomcat Project is proud to announce the release of 0.2.0 of the
+Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of
+bug fixes and improvements compared to version 0.1.0.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+<li>Various fixes to the packages that are and are not converted</li>
+<li>A new option to process zip archives in memory to support zip files
+    that use options that are incompatible with a streaming approach</li>
+<li>A new option to exclude files from transformation</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 7.0.108 Released" rtext="2021-02-05">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.108 of
+Apache Tomcat. This release implements specifications that are part of the Java
+EE 6 platform. This release contains a number of bug fixes and improvements
+compared to version 7.0.107.</p>
+<ul>
+<li>Fix a potential file descriptor leak when WebSocket connections are
+    attempted and fail. Patch provided by Maurizio Adami.</li>
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.108_(violetagg)">Tomcat 7 changelog</a>.
+</p>
+
+<p><strong>Note:</strong> End of life date for Apache Tomcat 7.0.x is announced.
+<a href="tomcat-70-eol.html">Read more...</a>
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 10.0.2 Released" rtext="2021-02-02">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.0.2
+of Apache Tomcat. This release is the first stable release in the 10.0.x series
+and is targeted at Jakarta EE 9.</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 under development to aid this process.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+<li>Add support for using Unix domain sockets for NIO when running on
+    Java 16 or later.</li>
+<li>Add a new <code>StringInterpreter</code> interface that allows applications
+    to provide customised string attribute value to type conversion within JSPs.
+    This allows applications to provide a conversion implementation that is
+    optimised for the application.</li>
+<li>Add <code>peerAddress</code> to coyote request, which contains the IP
+    address of the direct connection peer. If a reverse proxy sits in front of
+    Tomcat and the RemoteIp(Valve|Filter) is used, the peerAddress is likely to
+    differ from the remoteAddress. The remoteAddress is likely to contain the
+    address of the client in front of the reverse proxy, not the address of the
+    proxy itself.</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.2_(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.43 Released" rtext="2021-02-02">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.43
+of Apache Tomcat. The notable changes compared to 9.0.41 include:</p>
+<ul>
+<li>Add support for using Unix domain sockets for NIO when running on
+    Java 16 or later.</li>
+<li>Add a new <code>StringInterpreter</code> interface that allows applications
+    to provide customised string attribute value to type conversion within JSPs.
+    This allows applications to provide a conversion implementation that is
+    optimised for the application.</li>
+<li>Add <code>peerAddress</code> to coyote request, which contains the IP
+    address of the direct connection peer. If a reverse proxy sits in front of
+    Tomcat and the RemoteIp(Valve|Filter) is used, the peerAddress is likely to
+    differ from the remoteAddress. The remoteAddress is likely to contain the
+    address of the client in front of the reverse proxy, not the address of the
+    proxy itself.</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.43_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.63 Released" rtext="2020-02-03">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.63
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.61 include:</p>
+<ul>
+<li>Add a new <code>StringInterpreter</code> interface that allows applications
+    to provide customised string attribute value to type conversion within JSPs.
+    This allows applications to provide a conversion implementation that is
+    optimised for the application.</li>
+<li>Add <code>peerAddress</code> to coyote request, which contains the IP
+    address of the direct connection peer. If a reverse proxy sits in front of
+    Tomcat and the RemoteIp(Valve|Filter) is used, the peerAddress is likely to
+    differ from the remoteAddress. The remoteAddress is likely to contain the
+    address of the client in front of the reverse proxy, not the address of the
+    proxy itself.</li>
+<li>Escape elements in the access log that need to be escaped for the access log
+    to be parsed unambiguously.</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.63_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+</body>
+</document>



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