Move stuff that didn't make the 7.0.2 tag
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Aug 2010 10:52:16 +0000 (10:52 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Aug 2010 10:52:16 +0000 (10:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@982208 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 12744fd..c4b0c3e 100644 (file)
 <body>
 <!--  Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
 <section name="Tomcat 7.0.3 (markt)">
+  <subsection name="Catalina">
+    <changelog>
+      <update>
+        Allow glob patterns in the <code>jarsToSkip</code> configuration and add
+        some debug logging to the jar scanner. (rjung)
+      </update>
+    </changelog>
+  </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        Remove domainReplication attribute from ClusterManager. 
+        If you send session to only same domain, use DomainFilterInterceptor. 
+        (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>
       </update>
     </changelog>
   </subsection>
-  <subsection name="Cluster">
-    <changelog>
-      <fix>
-        Remove domainReplication attribute from ClusterManager. 
-        If you send session to only same domain, use DomainFilterInterceptor. 
-        (kfujino)
-      </fix>
-    </changelog>
-  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>