Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07BF71926A for ; Wed, 30 Mar 2016 19:04:22 +0000 (UTC) Received: (qmail 73660 invoked by uid 500); 30 Mar 2016 19:04:21 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73594 invoked by uid 500); 30 Mar 2016 19:04:21 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 73585 invoked by uid 99); 30 Mar 2016 19:04:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 19:04:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 74AB2C16F3 for ; Wed, 30 Mar 2016 19:04:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.004 X-Spam-Level: X-Spam-Status: No, score=0.004 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.996] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id KrAEgEp_1dgr for ; Wed, 30 Mar 2016 19:04:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7913D5F231 for ; Wed, 30 Mar 2016 19:04:19 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C880EE0095 for ; Wed, 30 Mar 2016 19:04:17 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A2EA13A039C for ; Wed, 30 Mar 2016 19:04:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1737148 - /httpd/httpd/trunk/CHANGES Date: Wed, 30 Mar 2016 19:04:17 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160330190417.A2EA13A039C@svn01-us-west.apache.org> Author: rpluem Date: Wed Mar 30 19:04:17 2016 New Revision: 1737148 URL: http://svn.apache.org/viewvc?rev=1737148&view=rev Log: * Dreaded Umlauts :-). Use the usual transcription for those to be consistent with other entries in the file. Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1737148&r1=1737147&r2=1737148&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Wed Mar 30 19:04:17 2016 @@ -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]