]> granicus.if.org Git - apache/commitdiff
some votes
authorJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:24:39 +0000 (19:24 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:24:39 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728539 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 30d62c63adc82bab73b1443f87d6ef85e2aaa30b..31f07bd61353009d7ed5abb6a4fc6774d0721b5c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -181,7 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    http://people.apache.org/~rjung/patches/aplogno-backport-r1725394.patch
                    http://people.apache.org/~rjung/patches/aplogno-backport-r1725395.patch
                    http://people.apache.org/~rjung/patches/aplogno-backport-r1725468.patch
-     +1: rjung
+     +1: rjung, jim
      icing: needs http://svn.apache.org/r1725468
      rjung: You are right, I added r1725468 and restart the vote.
             @Jim: Only r1725468 is new: removing the added APLOGNO from
@@ -193,12 +193,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_ssl: handle APR_TIMEUP on empty input by keeping connection state valid
               for later retries.
      trunk patch:  http://svn.apache.org/r1725940
-     +1: icing
+     +1: icing, jim
 
   *) mod_lbmethod_heartbeat: No need to search twice for the same value
      trunk patch:  http://svn.apache.org/r1725445
      2.4.x patch:  trunk works
-     +1: jailletc36, icing
+     +1: jailletc36, icing, jim
 
   *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS 
      remain unset for second or later caller. Fix this by caching the values for 
@@ -206,12 +206,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      cached case. Change by rpluem
      trunk patch:  http://svn.apache.org/r1725325
      2.4.x patch:  trunk works
-     +1: icing
+     +1: icing, jim
 
   *) mod_ssl: Fix some duplicate definitions
      trunk patch:  http://svn.apache.org/r1726888
      2.4.x patch:  trunk works
-     +1: mrumph, icing
+     +1: mrumph, icing, jim
 
   *) core: introducing new hook "pre_close_connection" to give protocols other
      than http/1.1 a chance to send one last frame before close.