Author: markt Date: Fri Apr 1 09:28:46 2022 New Revision: 1899476 URL: http://svn.apache.org/viewvc?rev=1899476&view=rev Log: Update site for Apache Tomcat 8.5.78 release
Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-80.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Apr 1 09:28:46 2022 @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 8.5.x Release</name> - <created>2022-03-17</created> - <revision>8.5.77</revision> + <created>2022-04-01</created> + <revision>8.5.78</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-80.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-80.html (original) +++ tomcat/site/trunk/docs/download-80.html Fri Apr 1 09:28:46 2022 @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]8.5.77[end] +[define v]8.5.78[end] <a href="https://downloads.apache.org/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Fri Apr 1 09:28:46 2022 @@ -67,6 +67,31 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> +</div><h3 id="Tomcat_8.5.78_Released"><span class="pull-right">2022-04-01</span> Tomcat 8.5.78 Released</h3><div class="text"> +<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="https://tomcat.apache.org/download-80.cgi">Download</a> +</p> </div><h3 id="Tomcat_10.1.0-M14_(alpha)_Released"><span class="pull-right">2022-04-21</span> Tomcat 10.1.0-M14 (alpha) Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.0-M14 @@ -112,32 +137,6 @@ Tomcat Native. The notable changes since <a href="https://tomcat.apache.org/download-native.cgi">Download</a> | <a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.32</a> </p> -</div><h3 id="Tomcat_8.5.77_Released"><span class="pull-right">2022-03-17</span> Tomcat 8.5.77 Released</h3><div class="text"> -<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="https://tomcat.apache.org/download-80.cgi">Download</a> -</p> </div><h3 id="Tomcat_9.0.60_Released"><span class="pull-right">2022-03-14</span> Tomcat 9.0.60 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.60 Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Fri Apr 1 09:28:46 2022 @@ -373,8 +373,9 @@ of Apache Tomcat.</p> <option value="8.5.72">8.5.72</option> <option value="8.5.73">8.5.73</option> <option value="8.5.75">8.5.75</option> - <option value="8.5.76" selected>8.5.76</option> - <option value="8.5.77">8.5.77</option> + <option value="8.5.76">8.5.76</option> + <option value="8.5.77" selected>8.5.77</option> + <option value="8.5.78">8.5.78</option> </select>,</label> <label>new version: <select name="hb"> <option value="8.5.0">8.5.0</option> @@ -438,7 +439,8 @@ of Apache Tomcat.</p> <option value="8.5.73">8.5.73</option> <option value="8.5.75">8.5.75</option> <option value="8.5.76">8.5.76</option> - <option value="8.5.77" selected>8.5.77</option> + <option value="8.5.77">8.5.77</option> + <option value="8.5.78" selected>8.5.78</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Fri Apr 1 09:28:46 2022 @@ -50,6 +50,32 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> +</div><h3 id="Tomcat_8.5.77_Released"><span class="pull-right">2022-03-17</span> Tomcat 8.5.77 Released</h3><div class="text"> +<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="https://tomcat.apache.org/download-80.cgi">Download</a> +</p> </div><h3 id="Tomcat_10.1.0-M12_(alpha)_Released"><span class="pull-right">2022-03-14</span> Tomcat 10.1.0-M12 (alpha) Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.0-M12 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Fri Apr 1 09:28:46 2022 @@ -61,7 +61,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.1</td> <td>8.5.x</td> - <td>8.5.77</td> + <td>8.5.78</td> <td>7 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Fri Apr 1 09:28:46 2022 @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 8.5.x Release</name> - <created>2022-03-17</created> - <revision>8.5.77</revision> + <created>2022-04-01</created> + <revision>8.5.78</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-80.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-80.xml (original) +++ tomcat/site/trunk/xdocs/download-80.xml Fri Apr 1 09:28:46 2022 @@ -22,7 +22,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]8.5.77[end] +[define v]8.5.78[end] <a href="https://downloads.apache.org/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Fri Apr 1 09:28:46 2022 @@ -90,6 +90,33 @@ changelog</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 10.1.0-M14 (alpha) Released" rtext="2022-04-21"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.0-M14 @@ -139,34 +166,6 @@ Tomcat Native. The notable changes since </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 9.0.60 Released" rtext="2022-03-14"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.60 Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-85.xml (original) +++ tomcat/site/trunk/xdocs/migration-85.xml Fri Apr 1 09:28:46 2022 @@ -390,8 +390,9 @@ of Apache Tomcat.</p> <option value="8.5.72">8.5.72</option> <option value="8.5.73">8.5.73</option> <option value="8.5.75">8.5.75</option> - <option value="8.5.76" selected="selected">8.5.76</option> - <option value="8.5.77">8.5.77</option> + <option value="8.5.76">8.5.76</option> + <option value="8.5.77" selected="selected">8.5.77</option> + <option value="8.5.78">8.5.78</option> </select>,</label> <label>new version: <select name="hb"> <option value="8.5.0">8.5.0</option> @@ -455,7 +456,8 @@ of Apache Tomcat.</p> <option value="8.5.73">8.5.73</option> <option value="8.5.75">8.5.75</option> <option value="8.5.76">8.5.76</option> - <option value="8.5.77" selected="selected">8.5.77</option> + <option value="8.5.77">8.5.77</option> + <option value="8.5.78" selected="selected">8.5.78</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Fri Apr 1 09:28:46 2022 @@ -63,6 +63,34 @@ changelog</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 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1899476&r1=1899475&r2=1899476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Fri Apr 1 09:28:46 2022 @@ -72,7 +72,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.1</td> <td>8.5.x</td> - <td>8.5.77</td> + <td>8.5.78</td> <td>7 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org