]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and remove old, dead proposal
authorDaniel Ruggeri <druggeri@apache.org>
Fri, 6 Jul 2012 19:46:36 +0000 (19:46 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Fri, 6 Jul 2012 19:46:36 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358375 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d68b984266f83ecefb5237e8e37834a02fc2605a..8921e5ab1887f95c57efed855b26bdfe78c85e8e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -189,7 +189,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
               mechanisms are supported without software updates.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352596
      2.2.x patch: http://people.apache.org/~ben/httpd-2.2-rfc5878.patch
-     +1: ben
+     +1: ben, druggeri
+     druggeri note: Needs docs for new directive
 
 PATCHES/ISSUES THAT ARE STALLED
 
@@ -334,15 +335,6 @@ PATCHES/ISSUES THAT ARE STALLED
      rpluem says: Mind to update the 2.2.x version of the patch with r1052224,
                   r1052314, r1055246 and r1055570 (Comment fix by Jim)?
 
-  * core: Add AllowOverrideList directive
-    Discussed on mailing list http://marc.info/?l=apache-httpd-dev&m=131111915903270&w=2
-    druggeri note: 2.2 documentation patch needed from trunk patch
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1151654
-    2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.19.AllowOverrideList.patch
-    -0 covener: feels like a 2.4 feature && needs druggeri's vote?
-    sf agrees with covener. This can cause segfaults with some directives,
-       see r1153676, r1153687.
-
   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
     compiled by the build compiler instead of the host compiler.
     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.