]> granicus.if.org Git - apache/commitdiff
another pass of votes
authorEric Covener <covener@apache.org>
Fri, 15 Jan 2016 18:46:38 +0000 (18:46 +0000)
committerEric Covener <covener@apache.org>
Fri, 15 Jan 2016 18:46:38 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1724869 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d9eee582aab22d2ef75ef855364986844d4ab574..488c6bf4dce6949de2862db40ed9144f61bc06d1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -175,7 +175,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) core: Save memory when calling 'ap_parse_htaccess'
      trunk patch: http://svn.apache.org/r1719016
      2.4.x patch: trunk works
-     +1: jailletc36
+     +1: jailletc36, covener
 
   *) Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order
      to save a few cycles.
@@ -184,9 +184,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1719189
                   http://svn.apache.org/r1719190
      2.4.x patch: trunk works
-     +1: jailletc36
+     +1: jailletc36, covener
 
-  *) mod__negotiation: Use 'ap_array_str_contains' to simplify code.
+  *) mod_negotiation: Use 'ap_array_str_contains' to simplify code.
      core: likewise
      http: likewise
      trunk patch: http://svn.apache.org/r1719252
@@ -195,13 +195,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1720996 (change in ap_method_in_list not
                                                   tested, it is not actually used)
      2.4.x patch: trunk works
-     +1: jailletc36
+     +1: jailletc36, covener
 
   *) mod_mod_authn_socache: Do not use the magic string "directory". Use the
      corresponding global variable as in all other places of the module.
      trunk patch: http://svn.apache.org/r1719257
      2.4.x patch: trunk works
-     +1: jailletc36
+     +1: jailletc36, covener
 
   *) mod_ssl: Save some TLS record (application data) fragmentations by
      including the last and subsequent suitable buckets when coalescing.