From: Ruediger Pluem Date: Wed, 30 Mar 2016 19:04:17 +0000 (+0000) Subject: * Dreaded Umlauts :-). Use the usual transcription for those to be consistent X-Git-Tag: 2.5.0-alpha~1809 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b648c3c32b987984300497458599462ea0ac5e9;p=apache * Dreaded Umlauts :-). Use the usual transcription for those to be consistent with other entries in the file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737148 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 498d145b36..49538dc31f 100644 --- a/CHANGES +++ b/CHANGES @@ -9,18 +9,18 @@ Changes with Apache 2.5.0 *) core: Do not read .htaccess if AllowOverride and AllowOverrideList are "None". PR 58528. - [Michael Schlenker ] - + *) mod_http2: more efficient passing of response bodies with less contention - and file bucket forwarding. [Stefan Eissing] - + and file bucket forwarding. [Stefan Eissing] + *) mod_proxy_http2: using HTTP/2 flow control for backend streams by observing data actually send out on the frontend h2 connection. [Stefan Eissing] - + *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. [Graham Leggett]