Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D7C42200B27 for ; Wed, 22 Jun 2016 22:03:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D6B46160A36; Wed, 22 Jun 2016 20:03:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D1A9160A24 for ; Wed, 22 Jun 2016 22:03:50 +0200 (CEST) Received: (qmail 2892 invoked by uid 500); 22 Jun 2016 20:03:49 -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 2883 invoked by uid 99); 22 Jun 2016 20:03:49 -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, 22 Jun 2016 20:03:49 +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 EEF67C3205 for ; Wed, 22 Jun 2016 20:03:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.429 X-Spam-Level: X-Spam-Status: No, score=-0.429 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.429] 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 bnNfg2JdDyIV for ; Wed, 22 Jun 2016 20:03:48 +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 436F25FCC8 for ; Wed, 22 Jun 2016 20:03:48 +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 81AA6E0069 for ; Wed, 22 Jun 2016 20:03:47 +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 9A2293A0056 for ; Wed, 22 Jun 2016 20:03:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1749775 - /httpd/httpd/branches/2.4.x/CHANGES Date: Wed, 22 Jun 2016 20:03:46 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160622200346.9A2293A0056@svn01-us-west.apache.org> archived-at: Wed, 22 Jun 2016 20:03:51 -0000 Author: jim Date: Wed Jun 22 20:03:45 2016 New Revision: 1749775 URL: http://svn.apache.org/viewvc?rev=1749775&view=rev Log: Note change Modified: httpd/httpd/branches/2.4.x/CHANGES Modified: httpd/httpd/branches/2.4.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1749775&r1=1749774&r2=1749775&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed Jun 22 20:03:45 2016 @@ -2,6 +2,8 @@ Changes with Apache 2.4.23 + *) configure: Fix rare potential configure failure around + dependencies and mod_proxy_hcheck. [William Rowe] Changes with Apache 2.4.22