From: Jim Jagielski Date: Tue, 11 Mar 2014 15:40:08 +0000 (+0000) Subject: These are in 2.4.x X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c6cb5f9a53bee91d7b7c0632f673cd5ab30863;p=thirdparty%2Fapache%2Fhttpd.git These are in 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 18746a3bcfb..0f155c859c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_log_config: Clean up cookie logging with fewer redundant string - parsing passes. Log only cookies with a value assignment. - [William Rowe, Ruediger Pluem, Jim Jagielski] - *) mod_ssl: Do not perform SNI / Host header comparison in case of a forward proxy request. [Ruediger Pluem] @@ -61,9 +57,6 @@ Changes with Apache 2.5.0 *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl to support write completion. [Graham Leggett] - *) prefork: Fix long delays when doing a graceful restart. - PR 54852 [Jim Jagielski, Arkadiusz Miskiewicz ] - *) core: Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers to check the ErrorLog argument. [Jan Kaluza] @@ -102,9 +95,6 @@ Changes with Apache 2.5.0 *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move syslog support from core to new mod_syslog. [Jan Kaluza] - *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding - TE/CL conflicts. [Yann Ylavic , Jim Jagielski] - *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't save the socket for reuse by the next worker as if it were an APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]