Update changelog
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Aug 2007 23:52:25 +0000 (23:52 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Aug 2007 23:52:25 +0000 (23:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@568333 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 27bbfde..901379c 100644 (file)
   <subsection name="Catalina">
     <changelog>
       <fix>
+        Fix B2CConverter, adding in invalid characters when end of stream reached.
+        <a href="http://svn.apache.org/viewvc?rev=568307&amp;view=rev">SVN Link</a>
+      </fix>
+    </changelog>
+    <changelog>
+      <fix>
+        Add a recovery mechanism for the UDP socket when the network interface becomes disabled
+        <a href="http://svn.apache.org/viewvc?view=rev&amp;rev=567104">SVN Link</a>
+      </fix>
+    </changelog>
+    <changelog>
+      <update>
+        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
+      </update>
+    </changelog>
+    
+    <changelog>
+      <fix>
          <bug>42951</bug>: 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