Author: markt
Date: Tue May 13 07:52:41 2025
New Revision: 1925532

URL: http://svn.apache.org/viewvc?rev=1925532&view=rev
Log:
Update site for 11.0.7 release

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=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Tue May 13 07:52:41 2025
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
 # ----- Tomcat versions -----
 tomcat9.0=9.0.105
 tomcat10.1=10.1.41
-tomcat11.0=11.0.6
+tomcat11.0=11.0.7
 
 # ----- 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=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Tue May 13 07:52:41 2025
@@ -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.6[end]
+[define v]11.0.7[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=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue May 13 07:52:41 2025
@@ -54,6 +54,39 @@ wiki page.</p>
 project logo are trademarks of the Apache Software Foundation.</p>
 
 </section>
+<section name="Tomcat 11.0.7 Released" rtext="2025-05-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.7
+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>Process possible path parameters rewrite production in the rewrite
+      valve.</li>
+  <li>Enable allowLinking to be set on PreResources, JarResources and
+      PostResources. If not set explicitly, the setting will be inherited
+      from the Resources.</li>
+  <li>Add support for optimized execution of c:set and c:remove tags, when
+      activated via JSP servlet param useNonstandardTagOptimizations.</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.7_(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.105 Released" rtext="2025-05-12">
 <p>
@@ -118,36 +151,6 @@ changelog</a>.
 </section>
 
 
-<section name="Tomcat 11.0.6 Released" rtext="2025-04-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.6
-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>Remove the requirement that an MD5 implementation must be provided
-   by JRE.</li>
-  <li>Improve the handling of %nn URL encoding in the RewriteValve</li>
-  <li>Various improvements to the JsonErrorReportValve</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.6_(markt)">Tomcat 11
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-11.cgi">Download</a>
-</p>
-</section>
 
 
 <section name="Tomcat Migration Tool for Jakarta EE 1.0.9 Released" 
rtext="2025-01-21">

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Tue May 13 07:52:41 2025
@@ -211,8 +211,9 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.2">11.0.2</option>
     <option value="11.0.3">11.0.3</option>
     <option value="11.0.4">11.0.4</option>
-    <option value="11.0.5" selected="selected">11.0.5</option>
-    <option value="11.0.6">11.0.6</option>
+    <option value="11.0.5">11.0.5</option>
+    <option value="11.0.6" selected="selected">11.0.6</option>
+    <option value="11.0.7">11.0.7</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -244,7 +245,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.3">11.0.3</option>
     <option value="11.0.4">11.0.4</option>
     <option value="11.0.5">11.0.5</option>
-    <option value="11.0.6" selected="selected">11.0.6</option>
+    <option value="11.0.6">11.0.6</option>
+    <option value="11.0.7" selected="selected">11.0.7</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=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue May 13 07:52:41 2025
@@ -29,6 +29,36 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+<section name="Tomcat 11.0.6 Released" rtext="2025-04-09">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.6
+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>Remove the requirement that an MD5 implementation must be provided
+   by JRE.</li>
+  <li>Improve the handling of %nn URL encoding in the RewriteValve</li>
+  <li>Various improvements to the JsonErrorReportValve</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.6_(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.104 Released" rtext="2025-04-09">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.104

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1925532&r1=1925531&r2=1925532&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue May 13 07:52:41 2025
@@ -42,7 +42,7 @@ specifications</a> and the respective Ap
   <td>3.1</td>
   <td>3.0</td>
   <td>11.0.x</td>
-  <td>11.0.6</td>
+  <td>11.0.7</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