]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorPhilip M. Gollucci <pgollucci@apache.org>
Thu, 20 May 2010 19:15:13 +0000 (19:15 +0000)
committerPhilip M. Gollucci <pgollucci@apache.org>
Thu, 20 May 2010 19:15:13 +0000 (19:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@946765 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3458cd52ada12aae3c7f59fce19077d0b01d0167..b021c3d48b6f31f29b8f342e7d6b364267e8d410 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -121,6 +121,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     rjung: We should add a note about the first version providing this
            option in the docs page, like e.g. we did for SSLInsecureRenegotiation.
 
+ * mod_dir: add FallbackResource directive
+   PR 47184
+   Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425
+                http://svn.apache.org/viewvc?view=rev&revision=795450
+   2.2.x patch: http://people.apache.org/~niq/patches/47184.patch
+                (identical but for offsets, but patch failed on trunk version)
+                plus docs patch from r795450
+   +1: niq, pgollucci
+   +1: rbowen - After much debate on IRC, we've agreed on FallbackResource as being the right name for this.
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -261,16 +272,6 @@ PATCHES/ISSUES THAT ARE STALLED
               and follow ups for more details.
       needs r930063 to avoid a memory leak, +1 with r930063.      
 
- * mod_dir: add FallbackResource directive
-   PR 47184
-   Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425
-                http://svn.apache.org/viewvc?view=rev&revision=795450
-   2.2.x patch: http://people.apache.org/~niq/patches/47184.patch
-                (identical but for offsets, but patch failed on trunk version)
-                plus docs patch from r795450
-   +1: niq, pgollucci
-   +1: rbowen - After much debate on IRC, we've agreed on FallbackResource as being the right name for this.
-
  * prefork MPM: simple patch to enable mod_privileges.
    trunk: N/A (this patch substitutes for the availability of
                drop_privileges hook).