]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Applied
authorJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:21:18 +0000 (13:21 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:21:18 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534067 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e5fec5dea3f54241be513f1a85854ee038006783..ea02504fbbfdfdb137fef90d357b75d35fe24fc3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,14 +77,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
-     <crypt.h>, such as z/OS.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=526892
-     2.2.x version of patch:
-       Trunk version works
-     +1: trawick, rpluem, jim
-
    * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
      processing of error responses (4xx, 5xx) will be altered.  PR
      39245.