Update change log. Move post 6.0.11 change to correct section.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 15 Apr 2007 17:46:17 +0000 (17:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 15 Apr 2007 17:46:17 +0000 (17:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@529037 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index fa2ddd9..507d5cd 100644 (file)
   </properties>
 
 <body>
+<section name="Tomcat 6.0.12 (remm)">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>42039</bug> Log a stack trace if a servlet throws an
+         UnavailableException. Patch provided by Kawasima Kazuh. (markt)
+      </fix>
+    </changelog>
+</section>
+<subsection name="Coyote">
+    <changelog>
+      <fix>
+        <bug>42119</bug> Fix return value for request.getCharacterEncoding() when
+        Content-Type headers contain parameters other than charset. Patch by
+        Leigh L Klotz Jr. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 <section name="Tomcat 6.0.11 (remm)">
   <subsection name="General">
     <changelog>
       <fix>
         Skip BOM when reading a JSP file. (remm)
       </fix>
-      <fix>
-        <bug>42072</bug> Don't call destroy() if the associated init() fails.
-        Patch provided by Kawasima Kazuh. (markt)
-      </fix>
     </changelog>
   </subsection>
 </section>