]> granicus.if.org Git - apache/commitdiff
two simple votes
authorEric Covener <covener@apache.org>
Mon, 5 May 2014 13:28:33 +0000 (13:28 +0000)
committerEric Covener <covener@apache.org>
Mon, 5 May 2014 13:28:33 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592523 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8576e570934ed6770e008f3c126438f0b1a43beb..30833b914a7dc8f324c2282d3f0bfcfe2e0e9418 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -216,14 +216,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_proxy_fcgi: Don't crash when connect to the backend fails.
      trunk patch: r1590437 (and additional CHANGES tweak in r1592500)
      2.4.x patch: trunk patch works other than CHANGES
-     +1: trawick
+     +1: trawick, covener
 
    * mod_authnz_ldap: Support primitive LDAP servers do not accept
      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
      filter "none" to be specified in AuthLDAPURL.
      trunk patch: https://svn.apache.org/r1497371
      2.4.x patch: trunk patch works other than CHANGES
-     +1: minfrin
+     +1: minfrin, covener
 
    * mod_cache: Don't add cached/revalidated entity headers to a 304 response.
                 PR 55547.