From: Jim Jagielski Date: Thu, 31 May 2018 13:38:00 +0000 (+0000) Subject: These are in 2.4.x X-Git-Tag: 2.5.0-alpha2-ci-test-only~2575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c885c9cbb9a9211e403c981ad44ba21d0a2710;p=thirdparty%2Fapache%2Fhttpd.git These are in 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832613 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ff04987ce9a..19bfb979d94 100644 --- a/CHANGES +++ b/CHANGES @@ -35,9 +35,6 @@ Changes with Apache 2.5.1 *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] - *) mod_http2: restoring the v1.10.16 keepalive timeout behavioud of mod_http2 (to be verified). - [Stefan Eissing] - *) mod_http2: adding an abort function to slave connections' pools, so out-of-memory events lead to a control process abort, as on HTTP/1.x connections. [Stefan Eissing] @@ -61,11 +58,6 @@ Changes with Apache 2.5.1 allow maximum HTTP response header size to be increased past 8192 bytes. PR62199. [Hank Ibell ] - *) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are - used as drop-in replacements for unusable workers in the same load balancer set. This differs - from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim - Riggs] - *) mod_logio: Add LogIOTrackTTFU and %^FU logformat to log the time difference between request start and last request body byte read (finished upload). [Rainer Jung] @@ -628,14 +620,6 @@ Changes with Apache 2.5.0-alpha - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache [Jeff Trawick] - *) suexec: Add --enable-suexec-capabilites support on Linux, to use - setuid/setgid capability bits rather than a setuid root binary. - [Joe Orton] - - *) suexec: Add support for logging to syslog as an alternative to logging - to a file; configure --without-suexec-logfile --with-suexec-syslog. - [Joe Orton] - *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210. [Matthew Steele ]