]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Done.
authorJoe Orton <jorton@apache.org>
Sat, 23 May 2015 10:16:51 +0000 (10:16 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 23 May 2015 10:16:51 +0000 (10:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681312 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b2e234ecfad59365aa197d745cf6a06be870f65f..e6e4c2ddd75c82b1279195124074d237b14b09d3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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