Author: rjung Date: Sat Jun 19 18:36:05 2010 New Revision: 956269 URL: http://svn.apache.org/viewvc?rev=956269&view=rev Log: Update Changelog.
Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml?rev=956269&r1=956268&r2=956269&view=diff ============================================================================== --- tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml (original) +++ tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml Sat Jun 19 18:36:05 2010 @@ -31,6 +31,39 @@ <body> <section name="Tomcat OACC 0.1 (rjung)"> <subsection name="Cluster"> + <add> + Documentation stylesheet improvements: + use CSS styles to provide printer-friendly layout, + support generation of TOC tables, + support links to revision numbers, + use underscores instead of spaces in anchor names. + Port from Tomcat 5.5. (rjung) + </add> + <fix> + <bug>49445</bug>: Notify other nodes of session id changes. + Port from Tomcat 7.0. (rjung) + </fix> + <add> + <bug>48379</bug>: Make session cookie name, domain and path configurable + per context. (rjung) + Port from Tomcat 6.0. (rjung) + </add> + <fix> + Fix missing message text and logging with unexpected logger + issues in cluster listeners. + Port from Tomcat 6.0. (rjung) + </fix> + <fix> + <bug>48717</bug>: When a node joins a cluster and it receives all the + current sessions, ensure the sessionCreated event is fired if the + Manager is configured to replicate session events. + Port from Tomcat 5.5. (rjung) + </fix> + <fix> + <bug>49170</bug>: Prevent multiple transfer of some sessions + during startup. + Port from Tomcat 5.5. (rjung) + </fix> <fix> <bug>48248</bug>: Use volatile since field is accessed by multiple threads. Port from Tomcat 7.0. (rjung) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org