Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCCAE106C1 for ; Sat, 16 Nov 2013 12:18:29 +0000 (UTC) Received: (qmail 77639 invoked by uid 500); 16 Nov 2013 12:18:24 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 77595 invoked by uid 500); 16 Nov 2013 12:18:17 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 77587 invoked by uid 99); 16 Nov 2013 12:18:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Nov 2013 12:18:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Nov 2013 12:18:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D8C4A23888E7; Sat, 16 Nov 2013 12:17:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1542494 - /apr/apr/branches/1.5.x/CHANGES Date: Sat, 16 Nov 2013 12:17:49 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131116121749.D8C4A23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Sat Nov 16 12:17:49 2013 New Revision: 1542494 URL: http://svn.apache.org/r1542494 Log: add CHANGES entry for r1541745 Modified: apr/apr/branches/1.5.x/CHANGES Modified: apr/apr/branches/1.5.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1542494&r1=1542493&r2=1542494&view=diff ============================================================================== --- apr/apr/branches/1.5.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.5.x/CHANGES [utf-8] Sat Nov 16 12:17:49 2013 @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes for APR 1.5.1 + *) Correct a regression in 1.5.0 which affected out-of-tree + builds on Unix. [Rainer Jung] Changes for APR 1.5.0