From: Eric Covener Date: Thu, 27 Aug 2009 03:01:43 +0000 (+0000) Subject: vote/promote memcache proposal X-Git-Tag: 2.2.14~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811b11ca59fa755373c68db59e7a95f818e43c25;p=thirdparty%2Fapache%2Fhttpd.git vote/promote memcache proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@808263 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fe3fff36b54..80e5cdc1983 100644 --- a/STATUS +++ b/STATUS @@ -95,6 +95,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.2.x Patch: Trunk version of patch works (offset 24 lines) +1: fuankg, poirier, rpluem + * mod_mem_cache: fix seg fault under load due to pool concurrency problem + PR: 47672 + Trunk Patch: n/a, mod_mem_cache is not in trunk + 2.2.x Patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24124 + +1: poirier, minfrin, covener + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -124,12 +130,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4 vs 2.6 kernels, potentially a suspect test for root. - * mod_mem_cache: fix seg fault under load due to pool concurrency problem - PR: 47672 - Trunk Patch: n/a, mod_mem_cache is not in trunk - 2.2.x Patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24124 - +1: poirier, minfrin - * mod_ssl: Map the _UID variable to NID_userId, where defined by OpenSSL. (PR: 45107) Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=787683