Author: kfujino
Date: Fri Dec 13 01:41:13 2013
New Revision: 1550612
URL: http://svn.apache.org/r1550612
Log:
Fix changelog.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1550612&r1=1550611&r2=1550612&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Dec 13 01:41:13 2013
@@ -56,6 +56,16 @@
issues to not "pop up" wrt. others).
-->
<section name="Tomcat 7.0.50 (violetagg)">
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ Handle the case where a <code>context.xml</code> file is added to a
+ web application deployed from a directory. Previously the file was
+ ignored until Tomcat was restarted. Now (assuming automatic deployment
+ is enabled)it will trigger a redploy of the web application. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Cluster">
<changelog>
<fix>
@@ -66,12 +76,6 @@
added to member map again by ping at heartbeat thread in the node that
received the <code>MapMessage.MSG_STOP</code>. (kfujino)
</fix>
- <fix>
- Handle the case where a <code>context.xml</code> file is added to a
- web application deployed from a directory. Previously the file was
- ignored until Tomcat was restarted. Now (assuming automatic deployment
- is enabled)it will trigger a redploy of the web application. (markt)
- </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]