You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2017/03/27 10:46:46 UTC

svn commit: r1788883 - /tomcat/trunk/webapps/docs/changelog.xml

Author: violetagg
Date: Mon Mar 27 10:46:45 2017
New Revision: 1788883

URL: http://svn.apache.org/viewvc?rev=1788883&view=rev
Log:
Fixes having an issue number are sorted by their number, ascending.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1788883&r1=1788882&r2=1788883&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Mar 27 10:46:45 2017
@@ -113,11 +113,6 @@
         (markt)
       </fix>
       <fix>
-        <bug>60900</bug>: Avoid a <code>NullPointerException</code> in the APR
-        Poller if a connection is closed at the same time as new data arrives on
-        that connection. (markt)
-      </fix>
-      <fix>
         Speed up shutdown when using multiple acceptor threads by ensuring that
         the code that unlocks the acceptor threads correctly handles the case
         where there are multiple threads. (markt)
@@ -133,6 +128,11 @@
         Osipov. (markt)
       </fix>
       <fix>
+        <bug>60900</bug>: Avoid a <code>NullPointerException</code> in the APR
+        Poller if a connection is closed at the same time as new data arrives on
+        that connection. (markt)
+      </fix>
+      <fix>
         Improve HPACK specification compliance by fixing some test failures
         reported by the h2spec tool written by Moto Ishizawa. (markt)
       </fix>



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