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 5700118FC3 for ; Fri, 9 Oct 2015 23:43:21 +0000 (UTC) Received: (qmail 13506 invoked by uid 500); 9 Oct 2015 23:43:21 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 13327 invoked by uid 500); 9 Oct 2015 23:43:20 -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 13315 invoked by uid 99); 9 Oct 2015 23:43:20 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 23:43:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 801A3C0BDA for ; Fri, 9 Oct 2015 23:43:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id A6FgF6lGNEuG for ; Fri, 9 Oct 2015 23:43:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id D9FC8439B6 for ; Fri, 9 Oct 2015 23:43:18 +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 6BC5DE0256 for ; Fri, 9 Oct 2015 23:43:18 +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 697573A02E5 for ; Fri, 9 Oct 2015 23:43:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1707832 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 09 Oct 2015 23:43:18 -0000 To: cvs@httpd.apache.org From: fielding@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151009234318.697573A02E5@svn01-us-west.apache.org> Author: fielding Date: Fri Oct 9 23:43:18 2015 New Revision: 1707832 URL: http://svn.apache.org/viewvc?rev=1707832&view=rev Log: wake up 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=1707832&r1=1707831&r2=1707832&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Oct 9 23:43:18 2015 @@ -171,6 +171,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: rjung, ylavic + * httpd.conf.in: Remove commented config regarding DNT because the spec + now has CR status (confirming our interpretation) and MS has committed + to changing their implementation. PR 53845 + trunk patch: http://svn.apache.org/r1707831 + 2.4.x patch: trunk patch works + +1: fielding + PATCHES/ISSUES THAT ARE BEING WORKED