]> granicus.if.org Git - apache/commitdiff
Make the statement about the poll sense change less strong
authorStefan Fritsch <sf@apache.org>
Fri, 16 Aug 2013 08:40:18 +0000 (08:40 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 16 Aug 2013 08:40:18 +0000 (08:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514617 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 24c428451390eafb875778d1b6485536a0e03b3d..43a9fd02620f0343ac4d7f8906c4e2de6cd6e347 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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