]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport votes
authorJim Jagielski <jim@apache.org>
Thu, 11 Jul 2019 14:24:05 +0000 (14:24 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Jul 2019 14:24:05 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1862929 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3020c83a8c8b45f93378161fafdfef4f5871fcd8..c73939fb775707331b89ce6472688c7900c40fb7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -197,17 +197,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) core: Fix a compilation error when GPROF is defined.
      trunk patch: http://svn.apache.org/r1857859
      2.4.x patch: svn merge -c 1857859 ^/httpd/httpd/trunk .
-     +1: jailletc36, icing
+     +1: jailletc36, icing, jim
 
   *) mod_socache_shmcb: fix gcc 9 warnings
      trunk: http://svn.apache.org/r1858565
      2.4.x: svn merge -c 1858565 ^/httpd/httpd/trunk .
-     +1: jorton, icing
+     +1: jorton, icing, jim
 
   *) mod_proxy_hcheck fix for BZ 60948
      trunk: http://svn.apache.org/r1862014
      2.4.x: svn merge -c 1862014 ^/httpd/httpd/trunk .
-     +1: jfclere, icing
+     +1: jfclere, icing, jim
 
   *) mod_http2: fixes Timeout vs. KeepAliveTimeout behaviour, see PR 63534. Fixes
      stream cleanup when connection throttling is in place. Counts stream resets by client
@@ -224,7 +224,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_ssl: fix gcc 8+ warnings
      trunk: fixed as part of wider changes, r1809037
      2.4.x: http://people.apache.org/~jorton/modssl_chain_warning.diff
-     +1: jorton, jfclere, 
+     +1: jorton, jfclere, jim
 
   *) mod_ssl: offer new hooks for modules like mod_md and remove use of mod_md's optional functions.
      trunk: