Author: markt Date: Fri Mar 7 15:48:55 2008 New Revision: 634866 URL: http://svn.apache.org/viewvc?rev=634866&view=rev Log: Update changelog with recent commits.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=634866&r1=634865&r2=634866&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Mar 7 15:48:55 2008 @@ -51,6 +51,9 @@ <fix> If listener declared in web.xml, only add it once. (funkman) </fix> + <fix> + Fix NPE when iterating through sessions for expiration. (fhanik/jim) + </fix> </changelog> </subsection> <subsection name="Coyote"> @@ -58,6 +61,10 @@ <update> Fix NIO/SSL live lock during client disconnect (fhanik) </update> + <fix> + Fix possible ArrayIndexOutOfBoundsException. Patch provided by Charles R + Caldarale. (markt/jim) + </fix> </changelog> </subsection> <subsection name="Jasper"> @@ -66,6 +73,15 @@ <bug>43741</bug>: Correctly handle dependencies for tag files in JARs. (markt) </fix> + </changelog> + </subsection> + <subsection name="Webapps"> + <changelog> + <update> + Update documentation to use correct version number, correct file paths + and to use $CATALINA_BASE rather than $CATALINA_HOME where applicable. + (markt/jim) + </update> </changelog> </subsection> <subsection name="Cluster"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]