You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/06/09 15:28:13 UTC

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

Author: rpluem
Date: Mon Jun  9 06:28:13 2008
New Revision: 664699

URL: http://svn.apache.org/viewvc?rev=664699&view=rev
Log:
* Vote and 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=664699&r1=664698&r2=664699&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jun  9 06:28:13 2008
@@ -84,6 +84,14 @@
 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 @@
          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