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: [email protected]
For additional commands, e-mail: [email protected]