Author: markt Date: Wed Aug 4 10:52:16 2010 New Revision: 982208 URL: http://svn.apache.org/viewvc?rev=982208&view=rev Log: Move stuff that didn't make the 7.0.2 tag
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=982208&r1=982207&r2=982208&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Aug 4 10:52:16 2010 @@ -36,6 +36,23 @@ <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> @@ -66,15 +83,6 @@ </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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org