]> granicus.if.org Git - apache/commitdiff
Votes.
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 13:38:09 +0000 (13:38 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 13:38:09 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696976 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 248576992d7fdedf0b652d9c13e2d22336bb35a8..64d375c3760a6464d7da74141760a9864f21bbb2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -210,24 +210,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/r1664709
       Backport version for 2.4.x of patch:
          Trunk version of patch works modulo CHANGES
-      +1: rpluem,
+      +1: rpluem, ylavic
  
   *) apxs: add HTTPD_MMN and HTTPD_VERSION to apxs -q
      trunk: http://svn.apache.org/r1693919
      2.4.x: trunk works modulo CHANGES
-     +1: covener
+     +1: covener, ylavic
 
   *) mod_rewrite: Allow cookies to include ':' by using an alternate separator.
      PR47241.
      trunk: http://svn.apache.org/r1693963
      2.4.x: trunk works modulo CHANGES
-     +1: covener
+     +1: covener, ylavic
 
   *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.
      PR 57868.
      trunk: http://svn.apache.org/r1688660
      2.4.x: trunk works modulo CHANGES and next-number
-     +1: jailletc36
+     +1: jailletc36, ylavic
      jailletc36: I'm just wondering why the log message speak about "dbd-query"
                 while other messages around are about "dbd-group"?
 
@@ -236,7 +236,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR 57868.
      trunk: http://svn.apache.org/r1695170
      2.4.x: trunk works modulo (missing) CHANGES and next-number
-     +1: jailletc36
+     +1: jailletc36, ylavic
      jailletc36: A CHANGE entry should be added. I forgot it :(
 
    *) mod_dir: when we bail out of fixups, make sure Content-Type is not still
@@ -244,7 +244,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                no content-type which is more common w/ no DefaultType in 2.4.
       trunk: http://svn.apache.org/r1695583
       2.4.x: trunk works
-     +1: covener
+     +1: covener, ylavic
 
   *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how 
      long to keep idle connections with the memcache server(s).
@@ -257,7 +257,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_session_dbd: fix lifetime of Request notes.
      trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/mod_session_dbd.c?r1=1679181&r2=1687087&view=patch
      2.4.x: trunk patch applies.
-     +1: niq
+     +1: niq, ylavic
 
   *) util_script: Make REDIRECT_URL a complete URL (where set).
      PR 57785