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 DBC8011816 for ; Fri, 19 Sep 2014 13:08:05 +0000 (UTC) Received: (qmail 83151 invoked by uid 500); 19 Sep 2014 13:08:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83087 invoked by uid 500); 19 Sep 2014 13:08:05 -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 83078 invoked by uid 99); 19 Sep 2014 13:08:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2014 13:08:05 +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; Fri, 19 Sep 2014 13:08:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 533A923888E2; Fri, 19 Sep 2014 13:07:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1626200 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 19 Sep 2014 13:07:44 -0000 To: cvs@httpd.apache.org From: jkaluza@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140919130744.533A923888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jkaluza Date: Fri Sep 19 13:07:43 2014 New Revision: 1626200 URL: http://svn.apache.org/r1626200 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=1626200&r1=1626199&r2=1626200&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Sep 19 13:07:43 2014 @@ -101,6 +101,11 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * authz_core: Let providers defined with AuthzProviderAlias be useable in + virtual hosts. PR56870 + trunk patch: http://svn.apache.org/r1618851 + 2.4.x patch: trunk works + CHANGES + +1 covener, jim, jkaluza PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -179,12 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works + CHANGES referencing 2.4.10 regression +1: covener, jim - * authz_core: Let providers defined with AuthzProviderAlias be useable in - virtual hosts. PR56870 - trunk patch: http://svn.apache.org/r1618851 - 2.4.x patch: trunk works + CHANGES - +1 covener, jim - * mod_dav: set r->status_line in dav_error_response. It's used as argument in next ap_rvputs call. PR 55426. trunk patch: http://svn.apache.org/r1527509