Move new changelog entries to correct subsection.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 10 Jul 2011 20:04:28 +0000 (20:04 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 10 Jul 2011 20:04:28 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1144948 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 8d64956..0054704 100644 (file)
   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>
         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)