Author: kkolinko
Date: Fri May 16 21:31:00 2014
New Revision: 1595359
URL: http://svn.apache.org/r1595359
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56526
Followup to r1595331: correct version number in changelog.
(Tomcat 8.0.8 has been tagged an hour earlier).
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=1595359&r1=1595358&r2=1595359&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri May 16 21:31:00 2014
@@ -44,6 +44,17 @@
They eventually become mixed with the numbered issues. (I.e., numbered
issues to not "pop up" wrt. others).
-->
+<section name="Tomcat 8.0.9 (markt)">
+ <subsection name="Catalina">
+ <changelog>
+ <add>
+ <bug>56526</bug>: Improved the <code>StuckThreadDetectionValve</code>
to
+ optionally interrupt stuck threads to attempt to unblock them.
+ (slaurent)
+ </add>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 8.0.8 (markt)">
<subsection name="Catalina">
<changelog>
@@ -52,11 +63,6 @@
<code>HttpSessionBindingListener.valueUnbound()</code> uses the correct
class loader when the <code>SingleSignOn</code> valve is used. (markt)
</fix>
- <add>
- <bug>56526</bug>: Improved the <code>StuckThreadDetectionValve</code>
to
- optionally interrupt stuck threads to attempt to unblock them.
- (slaurent)
- </add>
</changelog>
</subsection>
<subsection name="Jasper">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]