]> granicus.if.org Git - apache/commitdiff
votes
authorJim Jagielski <jim@apache.org>
Tue, 30 May 2017 12:16:31 +0000 (12:16 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 30 May 2017 12:16:31 +0000 (12:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1796847 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5a7eb71f82c9354183cee008c8d980b81a1f8dbb..3ccb87d8aec3b32419b6e23bebc8f571ee4f285a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -209,18 +209,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      to ssl_io_filter_error(). [Yann Ylavic]
      trunk patch: http://svn.apache.org/r1796343
      2.4.x patch: svn merge -c 1796343 ^/httpd/httpd/trunk . (modulo CHANGES)
-     +1: covener, ylavic
+     +1: covener, ylavic, jim
 
   *) core: Deprecate ap_get_basic_auth_pw() and add 
      ap_get_basic_auth_components(). 
      trunk patch: http://svn.apache.org/r1796348
      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ap_get_basic_auth_pw.diff + CHANGES
-     +1: covener, ylavic
+     +1: covener, ylavic, jim
 
   *) core: Terminate token processing on NULL.
      trunk patch: http://svn.apache.org/r1796350
      2.4.x patch: svn merge -c 1796350 ^/httpd/httpd/trunk .
-     +1: covener, ylavic
+     +1: covener, ylavic, jim
 
   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
      when available.  PR 57399.