From: Jim Jagielski Date: Fri, 8 Dec 2006 13:28:54 +0000 (+0000) Subject: http://svn.apache.org/viewvc?view=rev&revision=450089 no X-Git-Tag: 2.2.4~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60db1bb4e9c14bdf397889eaabe2f98f89498508;p=thirdparty%2Fapache%2Fhttpd.git http://svn.apache.org/viewvc?view=rev&revision=450089 no longer cleanly applies as is to 2.2 branch. Need a 2.2 specific patch now. Jim will try. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a8392cbfd10..1119a70c908 100644 --- a/STATUS +++ b/STATUS @@ -78,12 +78,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions - by creating a root pool for object persistence across requests. This - also eliminates the need for custom serialization code. - Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089 - +1: minfrin, jim, wrowe - * mod_dbd: Key the storage of prepared statements on the hex string value of server_rec, rather than the server name, as the server name may change (eg when the server name is set) at any time, causing @@ -104,6 +98,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: + * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions + by creating a root pool for object persistence across requests. This + also eliminates the need for custom serialization code. + Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089 + +1: minfrin, wrowe + -1: jim: Trunk version no longer cleanly applies w/o conflicts. + Need 2.2 version of patch. + * mpm_winnt: Fix return values from wait_for_many_objects. Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=428029