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 7738364055 Update baseline to 11.0.13
7738364055 is described below

commit 773836405511285e27c1eaeca002ad0bc581e0c9
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 16:10:11 2025 +0100

    Update baseline to 11.0.13
---
 webapps/docs/changelog.xml | 58 +---------------------------------------------
 1 file changed, 1 insertion(+), 57 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d3bf460f42..b33a536177 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.12 plus the additional changes listed below. (markt)
+        Apache Tomcat 11.0.13 plus the additional changes listed below. (markt)
       </scode>
       <update>
         The minimum Java version has been updated to Java 21. (markt)
@@ -181,37 +181,6 @@
         <code>RemoteAddrValve</code>. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <add>
-        Add CIDR support for the configuration of internal and trusted proxies
-        for the <code>RemoteIpFilter</code> and <code>RemoteIpValve</code>.
-        (markt)
-      </add>
-      <fix>
-        Log warnings when the SSO configuration does not comply with the
-        documentation. (remm)
-      </fix>
-      <update>
-        Deprecate the <code>RemoteAddrFilter</code> and
-        <code>RemoteAddrValve</code> in favour of the
-        <code>RemoteCIDRFilter</code> and <code>RemoteCIDRValve</code>. (markt)
-      </update>
-      <fix>
-        <bug>69837</bug>: Fix corruption of the class path generated by the
-        Loader when running on Windows. (markt)
-      </fix>
-      <fix>
-        Reject requests that map to invalid Windows file names earlier. (markt)
-      </fix>
-      <fix>
-        <bug>69839</bug>: Ensure that changes to session IDs (typically after
-        authentication) are promulgated to the SSO Valve to ensure that SSO
-        entries are fully clean-up on session expiration. Patch provided by Kim
-        Johan Andersson. (markt)
-      </fix>
-      <fix>
-        Fix a race condition in the creation of the storage location for the
-        <code>FileStore</code>. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -241,15 +210,6 @@
         (remm)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69836</bug>: Incorrect processing of partitioned setting when
-        generating session cookie. Patch submitted by Marc Pynaert. (remm)
-      </fix>
-      <fix>
-        <bug>69848</bug>: Fix copy/paste errors that meant DELETE requests
-        received via the AJP connector were processed as OPTIONS requests and
-        PROPFIND requests were processed as TRACE. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
@@ -314,17 +274,6 @@
         port information. (markt)
       </add>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69844</bug>: Close the connection with a protocol error if the
-        server sends masked frames. (markt)
-      </fix>
-      <fix>
-        <bug>69845</bug>: When using <code>permessage-deflate</code> with Java
-        25 onwards, handle the underlying <code>Inflater</code> and/or
-        <code>Deflater</code> throwing <code>IllegalStateException</code>
-        when closed rather than <code>NullPointerException</code> as they do in
-        Java 24 and earlier. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">
@@ -338,11 +287,6 @@
         Update Derby to 10.17.1.0. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69847</bug>: Remove remaining references to the
-        <code>org.apache.tomcat.util.codec.binary</code> package which has been
-        deleted. (markt)
-      </fix>
     </changelog>
   </subsection>
 </section>


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

Reply via email to