Author: markt
Date: Mon Dec  9 12:02:37 2024
New Revision: 1922396

URL: http://svn.apache.org/viewvc?rev=1922396&view=rev
Log:
Update site for 11.0.2

Modified:
    tomcat/site/trunk/build.properties.default
    tomcat/site/trunk/xdocs/download-11.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-11.0.xml
    tomcat/site/trunk/xdocs/oldnews.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=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Dec  9 12:02:37 2024
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
 # ----- Tomcat versions -----
 tomcat9.0=9.0.97
 tomcat10.1=10.1.33
-tomcat11.0=11.0.1
+tomcat11.0=11.0.2
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/xdocs/download-11.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-11.xml?rev=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Mon Dec  9 12:02:37 2024
@@ -31,7 +31,7 @@
  Define variable to hold the current version number.
  Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
 -->
-[define v]11.0.1[end]
+[define v]11.0.2[end]
         <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Dec  9 12:02:37 2024
@@ -54,6 +54,39 @@ wiki page.</p>
 project logo are trademarks of the Apache Software Foundation.</p>
 
 </section>
+<section name="Tomcat 11.0.2 Released" rtext="2024-12-9">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.2
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 11 platform.</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 available to aid this process.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+<li>Add strong ETag support for the WebDAV and default servlet, which can
+    be enabled by using the useStrongETags init parameter with a value set
+    to true. The ETag generated will be a SHA-1 checksum of the resource
+    content.</li>
+<li>Add support for RateLimit header fields for HTTP (RFC draft) in the
+    RateLimitFilter. Based on pull request #775 provided by Chenjp.</li>
+<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</li> 
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.2_(markt)">Tomcat 11
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
 <section name="Tomcat 10.1.33 Released" rtext="2024-11-11">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.33
@@ -69,7 +102,7 @@ migration tool for Jakarta EE tool</a> w
 <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 caused by the improvement 69333 which caused the
+<li>Fix a regression caused by the improvement 69333 which caused the
       tag release to be called when using tag pooling, and to be skipped
       when not using it. Patch submitted by Michal Sobkiewicz.</li>
 
@@ -87,40 +120,6 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 11.0.1 Released" rtext="2024-11-10">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.1
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 11 platform.</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 available to aid this process.</p>
-<p>The notable changes in this release are:</p>
-<ul>
-<li>Fix a regression caused by the improvement 69333 which caused the
-    tag release to be called when using tag pooling, and to be skipped
-    when not using it. Patch submitted by Michal Sobkiewicz.</li>
-<li>Further WebDAV fixes and improvements.</li>
-<li>Restore providing a value (rather than null) for
-    Class.getProtectionDomain().getCodeSource().getLocation() as a
-    number of libraries and JRE features depend on this being non-null
-    even when a SecurityManager is not in use.</li> 
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.1_(markt)">Tomcat 11
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-11.cgi">Download</a>
-</p>
-</section>
 
 <section name="Tomcat 9.0.97 Released" rtext="2024-11-09">
 <p>

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Dec  9 12:02:37 2024
@@ -206,8 +206,9 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M24">11.0.0-M24</option>
     <option value="11.0.0-M25">11.0.0-M25</option>
     <option value="11.0.0-M26">11.0.0-M26</option>
-    <option value="11.0.0" selected="selected">11.0.0</option>
-    <option value="11.0.1">11.0.1</option>
+    <option value="11.0.0">11.0.0</option>
+    <option value="11.0.1" selected="selected">11.0.1</option>
+    <option value="11.0.2">11.0.2</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -234,7 +235,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M25">11.0.0-M25</option>
     <option value="11.0.0-M26">11.0.0-M26</option>
     <option value="11.0.0">11.0.0</option>
-    <option value="11.0.1" selected="selected">11.0.1</option>
+    <option value="11.0.1">11.0.1</option>
+    <option value="11.0.2" selected="selected">11.0.2</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=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Dec  9 12:02:37 2024
@@ -28,6 +28,40 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+<section name="Tomcat 11.0.1 Released" rtext="2024-11-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.1
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 11 platform.</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 available to aid this process.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+<li>Fix a regression caused by the improvement 69333 which caused the
+    tag release to be called when using tag pooling, and to be skipped
+    when not using it. Patch submitted by Michal Sobkiewicz.</li>
+<li>Further WebDAV fixes and improvements.</li>
+<li>Restore providing a value (rather than null) for
+    Class.getProtectionDomain().getCodeSource().getLocation() as a
+    number of libraries and JRE features depend on this being non-null
+    even when a SecurityManager is not in use.</li> 
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-11.0-doc/changelog.html#Tomcat_11.0.1_(markt)">Tomcat 11
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
 <section name="Tomcat 10.1.31 Released" rtext="2024-10-09">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.31

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1922396&r1=1922395&r2=1922396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Dec  9 12:02:37 2024
@@ -38,7 +38,7 @@ specifications</a> and the respective Ap
   <td>2.2</td>
   <td>3.1</td>
   <td>11.0.x</td>
-  <td>11.0.1</td>
+  <td>11.0.2</td>
   <td>17 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