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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new bc3eea9  Update changelog
bc3eea9 is described below

commit bc3eea9e22048ee659341517e56caa1b70983394
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 60da1d4..1037b63 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -92,22 +92,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