You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/03/16 15:36:15 UTC

svn commit: r1667016 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Author: markt
Date: Mon Mar 16 14:36:15 2015
New Revision: 1667016

URL: http://svn.apache.org/r1667016
Log:
Add missing entries to changelog

Modified:
    tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1667016&r1=1667015&r2=1667016&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Mon Mar 16 14:36:15 2015
@@ -42,6 +42,21 @@
       Fix compilation failures with master branch of OpenSSL. Replace access
       to OpenSSL internals by accessor functions. (rjung/kkolinko)
     </fix>
+    <fix>
+      Fix a zero-boundary-check compiler warning and simplify code in the
+      process. (rjung)
+    </fix>
+    <fix>
+      Remove superfluous semicolons after close-braces to eliminate compiler
+      warnings. (cshultz)
+    </fix>
+    <fix>
+      <bug>57653</bug>: Fix crash when multiple events for same socket are
+      returned via separate apr_pollfd_t structures. (markt)
+    </fix>
+    <fix>
+      Enable building with OpenSSL 1.0.2 onwards. (billbarker)
+    </fix>
   </changelog>
 </section>
 <section name="Changes between 1.1.31 and 1.1.32">



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