]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sync with 2.4.x/CHANGES
authorJeff Trawick <trawick@apache.org>
Mon, 23 Jul 2012 13:08:37 +0000 (13:08 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 23 Jul 2012 13:08:37 +0000 (13:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364619 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 03463adfc3f9a3abbb5bb0fe9f63ecdd2a2d74ac..aeff44183ab94147f4118419339ec78c85d6422a 100644 (file)
--- 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 <mdsteele google.com>]
 
-  *) 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 <apache viennot biz>, 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]