You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2013/08/16 10:40:18 UTC

svn commit: r1514617 - /httpd/httpd/trunk/CHANGES

Author: sf
Date: Fri Aug 16 08:40:18 2013
New Revision: 1514617

URL: http://svn.apache.org/r1514617
Log:
Make the statement about the poll sense change less strong

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1514617&r1=1514616&r2=1514617&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Aug 16 08:40:18 2013
@@ -84,10 +84,10 @@ Changes with Apache 2.5.0
      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
      <alejandro.alvarez.ayllon cern.ch>]
 
-  *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
-     full advantage of the event MPM. Enable the ability for a module
-     to reverse the sense of a poll event from a read to a write or vice
-     versa. [Graham Leggett]
+  *) core, mod_ssl: Enable the ability for a module to reverse the sense of
+     a poll event from a read to a write or vice versa. This is a step on
+     the way to allow mod_ssl taking full advantage of the event MPM.
+     [Graham Leggett]
 
   *) mod_ldap: LDAP connections used for authentication were not respecting
      LDAPConnectionPoolTimeout.  PR 54587