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 2E2981857B for ; Fri, 29 Jan 2016 10:06:02 +0000 (UTC) Received: (qmail 68640 invoked by uid 500); 29 Jan 2016 10:05:50 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 68573 invoked by uid 500); 29 Jan 2016 10:05:50 -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 68560 invoked by uid 99); 29 Jan 2016 10:05:50 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2016 10:05:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 660C41A004C for ; Fri, 29 Jan 2016 10:05:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UmSeqXq17WOx for ; Fri, 29 Jan 2016 10:05:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 02A4D31AC3 for ; Fri, 29 Jan 2016 10:05:49 +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 DB6BBE0057 for ; Fri, 29 Jan 2016 10:05: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 B1BDE3A0185 for ; Fri, 29 Jan 2016 10:05:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1727507 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 29 Jan 2016 10:05:47 -0000 To: cvs@httpd.apache.org From: icing@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160129100547.B1BDE3A0185@svn01-us-west.apache.org> Author: icing Date: Fri Jan 29 10:05:47 2016 New Revision: 1727507 URL: http://svn.apache.org/viewvc?rev=1727507&view=rev Log: regresssions as test parse debug log Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1727507&r1=1727506&r2=1727507&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Jan 29 10:05:47 2016 @@ -181,7 +181,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~rjung/patches/aplogno-backport-r1725394.patch http://people.apache.org/~rjung/patches/aplogno-backport-r1725395.patch +1: rjung, jim - + icing: several failures in t/apache/expr_string.t such as + Got 'AH02999: %', expected '%' + may remove the one in mod_log_debug.c:82 again? + *) ap_expr: Add kept_body() function for expressions against r->kept_body() trunk patch: http://svn.apache.org/r1725755 http://svn.apache.org/r1725758