]> granicus.if.org Git - apache/commitdiff
Move proposal to PATCHES/ISSUES THAT ARE BEING WORKED
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 28 Aug 2015 21:21:41 +0000 (21:21 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 28 Aug 2015 21:21:41 +0000 (21:21 +0000)
Remove Eric vote as the patch will be tweaked.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698419 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a283da6e39a2aeda6191dbe02820c0fe87259e69..887ee4dc81c73f9e20a5323bcbce4f06b26e0137 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -253,15 +253,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works modulo CHANGES
      +1: covener, ylavic
 
-  *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how 
-     long to keep idle connections with the memcache server(s).
-     Change default value from 600 usec (!) to 15 sec.  PR 58091
-     Measurements available in the svn commit message.
-     trunk: http://svn.apache.org/r1696105
-     2.4.x: trunk works modulo CHANGES
-     +1: jailletc36, covener
-     covener: please add compatibility tag to doc during backport
-
   *) mod_session_dbd: fix lifetime of Request notes.
      trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/mod_session_dbd.c?r1=1679181&r2=1687087&view=patch
      2.4.x: trunk patch applies.
@@ -308,6 +299,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
 PATCHES/ISSUES THAT ARE BEING WORKED
 
+  *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how 
+     long to keep idle connections with the memcache server(s).
+     Change default value from 600 usec (!) to 15 sec.  PR 58091
+     Measurements available in the svn commit message.
+     trunk: http://svn.apache.org/r1696105
+     2.4.x: trunk works modulo CHANGES
+     +1: jailletc36
+     covener: please add compatibility tag to doc during backport
+     jailletc36: I'll make some small modifications based on discussion with Yann on dev@
+
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks
               for negotiation of the application layer protocol.  PR 52210.
      trunk patch: http://svn.apache.org/r1332643