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/05/16 10:34:19 UTC

svn commit: r1900945 - in /tomcat/site/trunk: build.properties.default xdocs/download-10.xml xdocs/index.xml xdocs/migration-10.1.xml xdocs/oldnews.xml xdocs/security-10.xml xdocs/whichversion.xml

Author: markt
Date: Mon May 16 10:34:18 2022
New Revision: 1900945

URL: http://svn.apache.org/viewvc?rev=1900945&view=rev
Log:
Update site for 10.1.0-M15 release

Modified:
    tomcat/site/trunk/build.properties.default
    tomcat/site/trunk/xdocs/download-10.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-10.1.xml
    tomcat/site/trunk/xdocs/oldnews.xml
    tomcat/site/trunk/xdocs/security-10.xml
    tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon May 16 10:34:18 2022
@@ -40,7 +40,7 @@ tomcat7.0=7.0.109
 tomcat8.5=8.5.78
 tomcat9.0=9.0.48
 tomcat10.0=10.0.20
-tomcat10.1=10.1.0-M14
+tomcat10.1=10.1.0-M15
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/xdocs/download-10.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-10.xml?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-10.xml (original)
+++ tomcat/site/trunk/xdocs/download-10.xml Mon May 16 10:34:18 2022
@@ -32,7 +32,7 @@
  Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
 -->
 [define v]10.0.20[end]
-[define w]10.1.0-M14[end]
+[define w]10.1.0-M15[end]
         <a href="https://downloads.apache.org/tomcat/tomcat-10/KEYS">KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="#[w]">[w] (alpha)</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon May 16 10:34:18 2022
@@ -55,6 +55,43 @@ project logo are trademarks of the Apach
 
 </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
@@ -159,41 +196,6 @@ changelog</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 Migration Tool for Jakarta EE 1.0.0 Released" rtext="2021-05-07">
 <p>
 The Apache Tomcat Project is proud to announce the release of 1.0.0 of the

Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.1.xml?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.1.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml Mon May 16 10:34:18 2022
@@ -175,8 +175,9 @@ of Apache Tomcat.</p>
     <option value="10.1.0-M8">10.1.0-M8</option>
     <option value="10.1.0-M10">10.1.0-M10</option>
     <option value="10.1.0-M11">10.1.0-M11</option>
-    <option value="10.1.0-M12" selected="selected">10.1.0-M12</option>
-    <option value="10.1.0-M14">10.1.0-M14</option>
+    <option value="10.1.0-M12">10.1.0-M12</option>
+    <option value="10.1.0-M14" selected="selected">10.1.0-M14</option>
+    <option value="10.1.0-M15">10.1.0-M15</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="10.1.0-M1">10.1.0-M1</option>
@@ -189,7 +190,8 @@ of Apache Tomcat.</p>
     <option value="10.1.0-M10">10.1.0-M10</option>
     <option value="10.1.0-M11">10.1.0-M11</option>
     <option value="10.1.0-M12">10.1.0-M12</option>
-    <option value="10.1.0-M14" selected="selected">10.1.0-M14</option>
+    <option value="10.1.0-M14">10.1.0-M14</option>
+    <option value="10.1.0-M15" selected="selected">10.1.0-M15</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=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon May 16 10:34:18 2022
@@ -27,6 +27,41 @@
 </ul>
 </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 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

Modified: tomcat/site/trunk/xdocs/security-10.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-10.xml?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-10.xml (original)
+++ tomcat/site/trunk/xdocs/security-10.xml Mon May 16 10:34:18 2022
@@ -71,7 +71,7 @@
 
   </section>
   
-  <section name="Fixed in Apache Tomcat 10.1.0-M15" rtext="not yet released">
+  <section name="Fixed in Apache Tomcat 10.1.0-M15" rtext="16 May 2022">
   
     <p><strong>Low: Apache Tomcat EncryptInterceptor DoS</strong>
        <cve>CVE-2022-29885</cve></p>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1900945&r1=1900944&r2=1900945&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon May 16 10:34:18 2022
@@ -39,7 +39,7 @@ specifications</a> and the respective Ap
   <td>2.1</td>
   <td>3.0</td>
   <td>10.1.x</td>
-  <td>10.1.0-M14 (alpha)</td>
+  <td>10.1.0-M15 (alpha)</td>
   <td>11 and later</td>
 </tr>
 



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