Author: pero Date: Thu Jan 5 11:34:50 2006 New Revision: 366257 URL: http://svn.apache.org/viewcvs?rev=366257&view=rev Log: Add some cluster changes!
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=366257&r1=366256&r2=366257&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Jan 5 11:34:50 2006 @@ -14,6 +14,26 @@ <body> +<section name="Tomcat 5.5.16"> + <subsection name="Cluster"> + <changelog> + <add> + <bug>35710</bug>: Add session replication for cross context session changes. + The portlet api need this support, see refactored ReplicationValve. (pero) + </add> + <update> + ReplicationValve reset DeltaSession when cluster node has no backup node. (pero) + </update> + <update> + DataSender close connection and throw exception also even if waitForAck is false. (pero) + </upodate> + <fix> + Active cluster junit test again. (pero) + </fix> + </changelog> + </subsection> +</section> + <section name="Tomcat 5.5.15"> <subsection name="General"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]