Author: markt
Date: Fri Sep  5 11:45:03 2025
New Revision: 1928249

Log:
Update site for 11.0.11 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
==============================================================================
--- tomcat/site/trunk/build.properties.default  Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/build.properties.default  Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
 # ----- Tomcat versions -----
 tomcat9.0=9.0.108
 tomcat10.1=10.1.44
-tomcat11.0=11.0.10
+tomcat11.0=11.0.11
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/xdocs/download-11.xml
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml     Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/xdocs/download-11.xml     Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -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.10[end]
+[define v]11.0.11[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
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml   Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/xdocs/index.xml   Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -51,6 +51,39 @@ these users and their stories are listed
 wiki page.</p>
 
 </section>
+<section name="Tomcat 11.0.11 Released" rtext="2025-09-05">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.11
+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 concurrent access issues in the session FileStore implementation
+    that were causing lost sessions when the store was used with the
+    PersistentValve. Based on pull request #882 by Aaron Ogburn.</li>
+<li>Fix handling of QSA and QSD flags in RewriteValve.</li>
+<li>Ensure keys are handed out to OpenSSL even if PEMFile fails to process
+    it, with appropriate logging.</li>
+<li>Add escaping to log formatters to align with JSON formatter.</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.11_(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.44 Released" rtext="2025-08-07">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.1.44
@@ -66,7 +99,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 bloom filter population for archive indexing when using a
+<li>Fix bloom filter population for archive indexing when using a
       packed WAR containing one or more JAR files.</li>
 
   <li>Add missing call to set keep-alive timeout when using HTTP/1.1
@@ -88,39 +121,6 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 11.0.10 Released" rtext="2025-08-06">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.10
-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 bloom filter population for archive indexing when using a
-   packed WAR containing one or more JAR files.</li>
-  <li>Add missing call to set keep-alive timeout when using HTTP/1.1
-   following an async request, which was present for AJP.</li>
-  <li>Update the HTTP/2 overhead documentation - particularly the code
-   comments - to reflect the deprecation of the PRIORITY frame and
-   clarify that a stream reset always triggers an overhead increase.</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.10_(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.108 Released" rtext="2025-08-06">
 <p>

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml  Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml  Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -215,8 +215,9 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.6">11.0.6</option>
     <option value="11.0.7">11.0.7</option>
     <option value="11.0.8">11.0.8</option>
-    <option value="11.0.9" selected="selected">11.0.9</option>
-    <option value="11.0.10">11.0.10</option>
+    <option value="11.0.9">11.0.9</option>
+    <option value="11.0.10" selected="selected">11.0.10</option>
+    <option value="11.0.11">11.0.11</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -252,7 +253,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.7">11.0.7</option>
     <option value="11.0.8">11.0.8</option>
     <option value="11.0.9">11.0.9</option>
-    <option value="11.0.10" selected="selected">11.0.10</option>
+    <option value="11.0.10">11.0.10</option>
+    <option value="11.0.11" selected="selected">11.0.11</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/xdocs/oldnews.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -29,6 +29,39 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+<section name="Tomcat 11.0.10 Released" rtext="2025-08-06">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.10
+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 bloom filter population for archive indexing when using a
+   packed WAR containing one or more JAR files.</li>
+  <li>Add missing call to set keep-alive timeout when using HTTP/1.1
+   following an async request, which was present for AJP.</li>
+  <li>Update the HTTP/2 overhead documentation - particularly the code
+   comments - to reflect the deprecation of the PRIORITY frame and
+   clarify that a stream reset always triggers an overhead increase.</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.10_(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.43 Released" rtext="2025-07-04">
 
 <p>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml    Fri Sep  5 11:38:51 2025        
(r1928248)
+++ tomcat/site/trunk/xdocs/whichversion.xml    Fri Sep  5 11:45:03 2025        
(r1928249)
@@ -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.10</td>
+  <td>11.0.11</td>
   <td>17 and later</td>
 </tr>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to