This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 89770f2143 Update base-line to 11.0.10
89770f2143 is described below

commit 89770f2143394a912599e29bb585e16c205f9bef
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Aug 1 07:29:22 2025 +0100

    Update base-line to 11.0.10
---
 webapps/docs/changelog.xml | 48 +---------------------------------------------
 1 file changed, 1 insertion(+), 47 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 669e900af6..fae8418e0b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -109,7 +109,7 @@
     <changelog>
       <scode>
         This release contains all of the changes up to and including those in
-        Apache Tomcat 11.0.9 plus the additional changes listed below. (markt)
+        Apache Tomcat 11.0.10 plus the additional changes listed below. (markt)
       </scode>
       <update>
         The minimum Java version has been updated to Java 21. (markt)
@@ -172,10 +172,6 @@
         performance. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Fix bloom filter population for archive indexing when using a packed
-        WAR containing one or more JAR files. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -194,22 +190,6 @@
         Remove NIO2 connector. (remm)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69748</bug>: Add missing call to set keep-alive timeout when using
-        HTTP/1.1 following an async request, which was present for AJP.
-        (remm/markt)
-      </fix>
-      <fix>
-        <bug>69762</bug>: Fix possible overflow during HPACK decoding of
-        integers. Note that the maximum permitted value of an HPACK decoded
-        integer is <code>Integer.MAX_VALUE</code>. (markt)
-      </fix>
-      <fix>
-        Update the HTTP/2 overhead documentation - particularly the code
-        comments - to reflect the deprecation of the <code>PRIORITY</code> 
frame
-        and clarify that a stream reset always triggers an overhead increase.
-        (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
@@ -249,10 +229,6 @@
   <subsection name="Cluster">
     <changelog>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <update>
-        Add <code>enableStatistics</code> configuration attribute for the
-        <code>DeltaManager</code>, defaulting to <code>true</code>. (remm)
-      </update>
     </changelog>
   </subsection>
   <subsection name="WebSocket">
@@ -278,24 +254,11 @@
         port information. (markt)
       </add>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Align the WebSocket extension handling for WebSocket client connections
-        with WebSocket server connections. The WebSocket client now only
-        includes an extension requested by an endpoint in the opening handshake
-        if the WebSocket client supports that extension. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">
     <changelog>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Manager and Host Manager. Provide the Manager and Host Manager web
-        applications with a dedicated favicon file rather than using the one
-        from the ROOT web application which might not be present or may
-        represent something entirely different. Pull requests <pr>876</pr>
-        and <pr>878</pr> by Simon Arame.
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">
@@ -304,15 +267,6 @@
         Update Derby to 10.17.1.0. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <update>
-        Update Checkstyle to 10.26.1. (markt)
-      </update>
-      <add>
-        Improvements to French translations. (remm)
-      </add>
-      <add>
-        Improvements to Japanese translations by tak7iji. (markt)
-      </add>
     </changelog>
   </subsection>
 </section>


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

Reply via email to