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 3F3AE200D37 for ; Thu, 9 Nov 2017 13:18:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DBF2160BEF; Thu, 9 Nov 2017 12:18:21 +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 7B4AE1609E5 for ; Thu, 9 Nov 2017 13:18:20 +0100 (CET) Received: (qmail 10224 invoked by uid 500); 9 Nov 2017 12:18:19 -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 10215 invoked by uid 99); 9 Nov 2017 12:18:19 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2017 12:18:19 +0000 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 4522A3A009D for ; Thu, 9 Nov 2017 12:18:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1814719 - /httpd/httpd/trunk/CHANGES Date: Thu, 09 Nov 2017 12:18:15 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171109121818.4522A3A009D@svn01-us-west.apache.org> archived-at: Thu, 09 Nov 2017 12:18:21 -0000 Author: ylavic Date: Thu Nov 9 12:18:15 2017 New Revision: 1814719 URL: http://svn.apache.org/viewvc?rev=1814719&view=rev Log: Follow up to r1809273: CHANGES entry. Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1814719&r1=1814718&r2=1814719&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Thu Nov 9 12:18:15 2017 @@ -5,6 +5,10 @@ Changes with Apache 2.5.1 Changes with Apache 2.5.0-alpha + *) mpm_event: avoid a very unlikely race condition between the listener and + the workers when the latter fails to add a connection to the pollset. + [Yann Ylavic] + *) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic]