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 feedb981a1 Update change log baseline to 11.0.1
feedb981a1 is described below

commit feedb981a16abd534250e75835f62a15b0f1b817
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 7 08:54:51 2024 +0000

    Update change log baseline to 11.0.1
---
 webapps/docs/changelog.xml | 118 +--------------------------------------------
 1 file changed, 1 insertion(+), 117 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index adff5728f9..56b87edce9 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.0 plus the additional changes listed below. (markt)
+        Apache Tomcat 11.0.1 plus the additional changes listed below. (markt)
       </scode>
       <update>
         The minimum Java version has been updated to Java 21. (markt)
@@ -127,88 +127,6 @@
         <code>secret</code> init parameter of the WebDAV Servlet. (remm)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <update>
-        <bug>69374</bug>: Properly separate between table header and body
-        in <code>DefaultServlet</code>'s listing. (michaelo)
-      </update>
-      <update>
-        <bug>69373</bug>: Make <code>DefaultServlet</code>'s HTML listing
-        file last modified rendering better (flexible). (michaelo)
-      </update>
-      <update>
-        Improve HTML output of <code>DefaultServlet</code>. (michaelo)
-      </update>
-      <update>
-        <bug>69370</bug>: <code>DefaultServlet</code>'s HTML listing
-        uses incorrect labels. (michaelo)
-      </update>
-      <fix>
-        Avoid NPE in <code>CrawlerSessionManagerValve</code> for partially
-        mapped requests. (remm)
-      </fix>
-      <fix>
-        Add missing WebDAV <code>Lock-Token</code> header in the response when
-        locking a folder. (remm)
-      </fix>
-      <fix>
-        Invalid WebDAV lock requests should be rejected with 400. (remm)
-      </fix>
-      <fix>
-        Fix regression in WebDAV when attempting to unlock a collection. (remm)
-      </fix>
-      <fix>
-        Verify that destination is not locked for a WebDAV copy operation.
-        (remm)
-      </fix>
-      <fix>
-        Send 415 response to WebDAV MKCOL operations that include a request
-        body since this is optional and unsupported. (remm)
-      </fix>
-      <fix>
-        Enforce <code>DAV:</code> namespace on WebDAV XML elements. (remm)
-      </fix>
-      <fix>
-        Do not allow a new WebDAV lock on a child resource if a parent
-        collection is locked (RFC 4918 section 6.1). (remm)
-      </fix>
-      <fix>
-        WebDAV Delete should remove any existing lock on successfully deleted
-        resources. (remm)
-      </fix>
-      <update>
-        Remove WebDAV lock null support in accordance with RFC 4918 section 7.3
-        and annex D. Instead a lock on a non existing resource will create an
-        empty file locked with a regular lock. (remm)
-      </update>
-      <update>
-        Rewrite implementation of WebDAV shared locks to comply with RFC 4918.
-        (remm)
-      </update>
-      <update>
-        Implement WebDAV <code>If</code> header using code from the Apache
-        Jackrabbit project. (remm)
-      </update>
-      <add>
-        Add <code>PropertyStore</code> interface in the WebDAV Servlet,
-        to allow implementation of dead properties storage. The store used
-        can be configured using the 'propertyStore' init parameter of the
-        WebDAV servlet. A simple non persistent implementation is used if no
-        custom store is configured. (remm)
-      </add>
-      <update>
-        Implement WebDAV <code>PROPPATCH</code> method using the newly added
-        <code>PropertyStore</code>. (remm)
-      </update>
-      <fix>
-        Stop after <code>INITIALIZED</code> state should be a noop since it is
-        possible for subcomponents to be in <code>FAILED</code> after init.
-        (remm)
-      </fix>
-      <update>
-        Replace legacy WebDAV <code>opaquelocktoken:</code> scheme for lock
-        tokens with <code>urn:uuid:</code> as recommended by RFC 4918, and
-        remove <code>secret</code> init parameter. (remm)
-      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -224,31 +142,6 @@
         (remm)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Return null SSL session id on zero length byte array returned from the
-        SSL implementation. (remm)
-      </fix>
-      <fix>
-        Skip OpenSSLConf with BoringSSL since it is unsupported. (remm)
-      </fix>
-      <update>
-        Align buffer reuse of the OpenSSLEngine for tomcat-native with the FFM
-        code. (remm)
-      </update>
-      <fix>
-        Create the <code>HttpParser</code> in <code>Http11Processor</code>
-        if it is not present on the <code>AbstractHttp11Protocol</code>
-        to provide better lifecycle robustness for regular HTTP/1.1. The new
-        behavior was introduced on a previous refactoring to improve HTTP/2
-        performance. (remm)
-      </fix>
-      <fix>
-        <code>OpenSSLContext</code> will now throw a
-        <code>KeyManagementException</code> is something is known to have gone
-        wrong in the <code>init</code> method, which is the behavior
-        documented by <code>javax.net.ssl.SSLContext.init</code>. This makes
-        error handling more consistent. (remm)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
@@ -268,12 +161,6 @@
         21 being the minimum Java version required for Tomcat 12. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69399</bug>: Fix regression caused by the improvement
-        <bug>69333</bug> which caused the tag <code>release</code> to be called
-        when using tag pooling, and to be skipped when not using it.
-        Patch submitted by Michal Sobkiewicz. (remm)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">
@@ -282,9 +169,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 Byte Buddy to 1.15.4. (remm)
-      </update>
     </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