From: fhanik Date: Tue, 21 Aug 2007 23:52:25 +0000 (+0000) Subject: Update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6870bd2a8c30e794cbef1aad4ab05b6fdb3e16ab;p=tomcat7.0 Update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@568333 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 27bbfde91..901379c99 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -19,6 +19,25 @@ + Fix B2CConverter, adding in invalid characters when end of stream reached. + SVN Link + + + + + Add a recovery mechanism for the UDP socket when the network interface becomes disabled + SVN Link + + + + + Enable the VirtualWebappLoader to load from virtual classpath, separate out JAR files to not be locked + and also read from the WAR's META-INF/MANIFEST.MF Class-Path + + + + + 42951: Don't use CATALINA_OPTS when stopping Tomcat. This allows options for starting and stopping to be set on JAVA_OPTS and options for starting only to be set on CATALINA_OPTS. Without this