]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Mon, 9 Jun 2008 13:28:13 +0000 (13:28 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 9 Jun 2008 13:28:13 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@664699 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1e2720123f33628980179ae1c307b6594a5309a5..600f9160cac71087886215b17b16d4caee3916e3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -84,6 +84,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * core: Fix address-in-use startup failure on some platforms caused
+   by attempting to set up an IPv4 listener which overlaps with an
+   existing IPv6 listener.
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=664535&view=rev
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+   +1: trawick, jim, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -138,15 +146,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
    +1: rpluem, jim
 
- * core: Fix address-in-use startup failure on some platforms caused
-   by attempting to set up an IPv4 listener which overlaps with an
-   existing IPv6 listener.
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=664535&view=rev
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-   +1: trawick, jim
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when