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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1284f25  Update changelog
1284f25 is described below

commit 1284f25a9c2c954215a47048ca7ecd1a75201465
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Aug 17 20:06:22 2020 +0100

    Update changelog
---
 webapps/docs/changelog.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1d41688..5908d93 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -96,22 +96,23 @@
         return value, particularly when end of stream has been reached. (markt)
       </fix>
       <fix>
-        Avoid several potential NPEs introduced in the changes in the previous
-        release to reduce the memory footprint of closed HTTP/2 streams. 
(markt)
-      </fix>
-      <fix>
         Refactor the stopping of the acceptor to ensure that the acceptor 
thread
         stops when a connector is started immediately after it is stopped.
         (markt)
       </fix>
       <fix>
+        <bug>64621</bug>: Improve handling HTTP/2 stream reset frames received
+        from clients. (markt)
+      </fix>
+      <fix>
         <bug>64660</bug>: Avoid a potential NPE in the AprEndpoint if a socket
         is closed in one thread at the same time as the poller is processing an
         event for that socket in another. (markt)
       </fix>
       <fix>
-        <bug>64621</bug>: Improve handling HTTP/2 stream reset frames received
-        from clients. (markt)
+        <bug>64671</bug>: Avoid several potential NPEs introduced in the 
changes
+        in the previous release to reduce the memory footprint of closed HTTP/2
+        streams. (markt)
       </fix>
     </changelog>
   </subsection>


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

Reply via email to