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 A005F17C83 for ; Sat, 23 May 2015 10:16:52 +0000 (UTC) Received: (qmail 81561 invoked by uid 500); 23 May 2015 10:16:52 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81494 invoked by uid 500); 23 May 2015 10:16:52 -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 81485 invoked by uid 99); 23 May 2015 10:16:52 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 10:16:52 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 385B9AC0636 for ; Sat, 23 May 2015 10:16:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1681312 - /httpd/httpd/branches/2.4.x/STATUS Date: Sat, 23 May 2015 10:16:52 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523101652.385B9AC0636@hades.apache.org> Author: jorton Date: Sat May 23 10:16:51 2015 New Revision: 1681312 URL: http://svn.apache.org/r1681312 Log: Done. 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=1681312&r1=1681311&r2=1681312&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Sat May 23 10:16:51 2015 @@ -105,15 +105,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - - *) mod_authz_dbm, mod_authz_owner: Retrieve the optional - authz_owner_get_file_group function in a hook. This fixes crash when - mod_authz_dbm is loaded before mod_authz_owner and - "Require dbm-file-group" is used. - trunk patch: http://svn.apache.org/r1420184 - 2.4.x patch: trunk works - +1: jkaluza, wrowe, jorton - *) OCSP stapling: Don't block initial handshakes while refreshing the OCSP response for a different certificate plus additional minor changes trunk patch: r1679032 + r1679192 + r1680276