From: Jeff Trawick Date: Mon, 23 Jul 2012 13:08:37 +0000 (+0000) Subject: sync with 2.4.x/CHANGES X-Git-Tag: 2.5.0-alpha~6596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3bcc6ea879b4999de30749fa821b4ee25172ed;p=thirdparty%2Fapache%2Fhttpd.git sync with 2.4.x/CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364619 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 03463adfc3f..aeff44183ab 100644 --- a/CHANGES +++ b/CHANGES @@ -4,19 +4,10 @@ Changes with Apache 2.5.0 *) mpm_event, mpm_worker: Remain active amidst prevalent child process resource shortages. [Jeff Trawick] - *) mpm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced - after child process resource shortages. [Jeff Trawick] - - *) mpm_prefork: Reduce spawn rate after a child process exits due to - unexpected poll or accept failure. [Jeff Trawick] - *) mpm_event: Don't count connections in lingering close state when calculating how many additional connections may be accepted. [Stefan Fritsch] - *) mod_ext_filter: Fix error_log spam when input filters are configured. - [Joe Orton] - *) mod_ssl: Add RFC 5878 support. [Ben Laurie] *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an @@ -63,10 +54,6 @@ Changes with Apache 2.5.0 *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210. [Matthew Steele ] - *) mod_so: If a filename without slashes is specified for LoadFile or - LoadModule and the file cannot be found in the server root directory, - try to use the standard dlopen() search path. [Stefan Fritsch] - *) various modules, rotatelogs: Replace use of apr_file_write() with apr_file_write_full() to prevent incomplete writes. PR 53131. [Nicolas Viennot , Stefan Fritsch] @@ -79,9 +66,6 @@ Changes with Apache 2.5.0 *) core: Add the port number to the vhost's name in the scoreboard. [Stefan Fritsch] - *) mpm_event: Don't do a blocking write when starting a lingering close - from the listener thread. PR 52229. [Stefan Fritsch] - *) core: In maintainer mode, replace apr_palloc with a version that initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]