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 E0D47200B2D for ; Thu, 16 Jun 2016 14:35:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF527160A52; Thu, 16 Jun 2016 12:35:17 +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 33C8B160A51 for ; Thu, 16 Jun 2016 14:35:17 +0200 (CEST) Received: (qmail 50564 invoked by uid 500); 16 Jun 2016 12:35:16 -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 50552 invoked by uid 99); 16 Jun 2016 12:35:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 12:35:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0156918057B for ; Thu, 16 Jun 2016 12:35:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id T-u9S2Y9xoVN for ; Thu, 16 Jun 2016 12:35:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A35065F19D for ; Thu, 16 Jun 2016 12:35:14 +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 D4EB7E0185 for ; Thu, 16 Jun 2016 12:35:13 +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 D2BCD3A00EC for ; Thu, 16 Jun 2016 12:35:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1748704 - /httpd/httpd/branches/2.4.x/STATUS Date: Thu, 16 Jun 2016 12:35:13 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160616123513.D2BCD3A00EC@svn01-us-west.apache.org> archived-at: Thu, 16 Jun 2016 12:35:18 -0000 Author: jim Date: Thu Jun 16 12:35:13 2016 New Revision: 1748704 URL: http://svn.apache.org/viewvc?rev=1748704&view=rev Log: vote 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=1748704&r1=1748703&r2=1748704&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Thu Jun 16 12:35:13 2016 @@ -134,9 +134,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_dav: Add dav_begin_multistatus, dav_send_one_response, dav_finish_multistatus, dav_send_multistatus, dav_handle_err, dav_failed_proppatch, dav_success_proppatch to mod_dav.h. - trunk patch: http://svn.apache.org/1748047 + trunk patch: http://svn.apache.org/r1748047 2.4.x: trunk works modulo CHANGES/MMN - +1: minfrin + +1: minfrin, jim *) core: Drop an invalid Last-Modified header value coming from a FCGI/CGI script instead of replacing it with Unix epoch. @@ -147,7 +147,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_sed: Fix a potential buffer overflow. trunk patch: http://svn.apache.org/r1748653 2.4.x: trunk patch works - +1: jailletc36, rpluem + +1: jailletc36, rpluem, jim PATCHES/ISSUES THAT ARE BEING WORKED