From: Stefan Fritsch Date: Fri, 16 Aug 2013 08:40:18 +0000 (+0000) Subject: Make the statement about the poll sense change less strong X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b475e285c6dbeddc973c61441282989041ea8b9;p=thirdparty%2Fapache%2Fhttpd.git Make the statement about the poll sense change less strong git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514617 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 24c42845139..43a9fd02620 100644 --- a/CHANGES +++ b/CHANGES @@ -84,10 +84,10 @@ Changes with Apache 2.5.0 [Basant Kumar Kukreja , Alejandro Alvarez ] - *) 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