From: Ruediger Pluem Date: Mon, 9 Jun 2008 13:28:13 +0000 (+0000) Subject: * Vote and promote X-Git-Tag: 2.2.9~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed5a51f4ca58f0613c140cfd665f79d85ad4c61;p=thirdparty%2Fapache%2Fhttpd.git * Vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@664699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1e2720123f3..600f9160cac 100644 --- 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