]> granicus.if.org Git - apache/commitdiff
Status review: vote, promote, comment.
authorNick Kew <niq@apache.org>
Fri, 21 Aug 2015 23:05:42 +0000 (23:05 +0000)
committerNick Kew <niq@apache.org>
Fri, 21 Aug 2015 23:05:42 +0000 (23:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697067 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e94450d6032d5c08bc0f23e09362003527da349f..9496a8bddb5c8c6c157826d3d798f7948d457f65 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -109,6 +109,28 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) 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, ylavic, niq
+     jailletc36: I'm just wondering why the log message speak about "dbd-query"
+                while other messages around are about "dbd-group"?
+
+  *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
+     when using RewriteMap with MapType dbd or fastdbd.
+     PR 57868.
+     trunk: http://svn.apache.org/r1695170
+     2.4.x: trunk works modulo (missing) CHANGES and next-number
+     +1: jailletc36, ylavic, niq
+     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
+               httpd/unix-directory.  This only happens when the generator sets
+               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, ylavic, niq
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -214,6 +236,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Backport version for 2.4.x of patch:
          Trunk version of patch works modulo CHANGES
       +1: rpluem, ylavic
+      niq: 1. the if(worker->s->retries) {} and comment at line 2917
+              don't seem to make any sense.
+           2. Re: error handline line 2930 - can PROXY_WORKER_IS_USABLE
+              not be tested BEFORE opening connection?
  
   *) apxs: add HTTPD_MMN and HTTPD_VERSION to apxs -q
      trunk: http://svn.apache.org/r1693919
@@ -226,29 +252,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works modulo CHANGES
      +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, ylavic
-     jailletc36: I'm just wondering why the log message speak about "dbd-query"
-                while other messages around are about "dbd-group"?
-
-  *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
-     when using RewriteMap with MapType dbd or fastdbd.
-     PR 57868.
-     trunk: http://svn.apache.org/r1695170
-     2.4.x: trunk works modulo (missing) CHANGES and next-number
-     +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
-               httpd/unix-directory.  This only happens when the generator sets
-               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, ylavic
-
   *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how 
      long to keep idle connections with the memcache server(s).
      Change default value from 600 usec (!) to 15 sec.  PR 58091