Author: rjung Date: Sun Jul 10 20:04:28 2011 New Revision: 1144948 URL: http://svn.apache.org/viewvc?rev=1144948&view=rev Log: Move new changelog entries to correct subsection.
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=1144948&r1=1144947&r2=1144948&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sun Jul 10 20:04:28 2011 @@ -54,6 +54,16 @@ issues to not "pop up" wrt. others). --> <section name="Tomcat 7.0.19 (markt)"> + <subsection name="Catalina"> + <changelog> + <add> + Add option to activate AccessLog for unit tests. (rjung) + </add> + <fix> + Fix regression in year number formatting for AccessLogValve. (rjung) + </fix> + </changelog> + </subsection> <subsection name="Coyote"> <changelog> <update> @@ -68,12 +78,6 @@ Fix regression producing invalid MBean names when using IPV6 addresses for connectors. (rjung) </fix> - <add> - Add option to activate AccessLog for unit tests. (rjung) - </add> - <fix> - Fix regression in year number formatting for AccessLogValve. (rjung) - </fix> <fix> Add missing thread name in RequestProcessor when Servlet 3 Async is used. Fixes null thread name in access log and JMX MBean. (rjung) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org