You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pg...@apache.org on 2010/05/20 21:15:13 UTC

svn commit: r946765 - /httpd/httpd/branches/2.2.x/STATUS

Author: pgollucci
Date: Thu May 20 19:15:13 2010
New Revision: 946765

URL: http://svn.apache.org/viewvc?rev=946765&view=rev
Log:
promote

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=946765&r1=946764&r2=946765&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu May 20 19:15:13 2010
@@ -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).