]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote memcache proposal
authorEric Covener <covener@apache.org>
Thu, 27 Aug 2009 03:01:43 +0000 (03:01 +0000)
committerEric Covener <covener@apache.org>
Thu, 27 Aug 2009 03:01:43 +0000 (03:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@808263 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fe3fff36b54a360431b4f6f255652cedb85be70c..80e5cdc1983b2c282a3aa79d06af5701297e0426 100644 (file)
--- 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