Author: markt
Date: Wed Jul 11 08:08:43 2012
New Revision: 1360047

URL: http://svn.apache.org/viewvc?rev=1360047&view=rev
Log:
Add recently applied patches.

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1360047&r1=1360046&r2=1360047&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Wed Jul 11 
08:08:43 2012
@@ -53,6 +53,19 @@
         <bug>52677</bug>: The new <code>SetCharacterEncodingFilter</code> needs
         to implement <code>Filter</code> to be useful. (markt)
       </fix>
+      <fix>
+        <bug>53050</bug>: Fix XOR arithmetics and charset issue when 
calculating
+        entropy to initialize random numbers generator in session manager. 
Based
+        on a proposal by Andras Rozsa. (kkolinko/jim)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Ensure that the chunked input filter is correctly recycled between
+        requests. (kkolinko/jim)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Webapps">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to