Update changelog post valve changes
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Jun 2011 23:50:55 +0000 (23:50 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Jun 2011 23:50:55 +0000 (23:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1133202 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 72f3b9b..485dd54 100644 (file)
         Correct a regression in the fix for <bug>51278</bug> that prevented any
         web application from being marked as distributable. (kfujino/mark)
       </fix>
+      <fix>
+        Enable remaining valves for Servlet 3 asynchronous processing support.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
       </update>
     </changelog>
   </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        Enable Servlet 3 asynchronous processing support when using clustering.
+        (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>