]> granicus.if.org Git - apache/commitdiff
A few votes
authorDaniel Ruggeri <druggeri@apache.org>
Tue, 4 Dec 2012 00:36:36 +0000 (00:36 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Tue, 4 Dec 2012 00:36:36 +0000 (00:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416737 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 076de8981c67b25ef90f5648d65cb6065f4f36be..a9111f91342d60fdefdd30e5b626c99cedbdea71 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -198,7 +198,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR 40841.
      trunk patch: http://svn.apache.org/viewvc?rev=1404625&view=rev
      2.4.x patch: trunk patch works:
-     +1: jim
+     +1: jim, druggeri
 
    * mod_proxy: Allow for setting of sticky session split char...
      PR 53893.
@@ -206,13 +206,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works (minus CHANGES and ap_mmn.h):
      +1: jim, covener
      sf: doesn't the new element in proxy_balancer_shared need to be at the
-         end of the struct?
+         end of the struct? (druggeri agrees)
 
    * mod_proxy_balancer: Bring XML output up to date.
      http://svn.apache.org/viewvc?view=revision&revision=1392345
      http://svn.apache.org/viewvc?view=revision&revision=1392346
      2.4.x patch: http://people.apache.org/~jim/patches/bal-man-xml-2.4.patch
-     +1: jim
+     +1: jim, druggeri
+     druggeri note: Docs notes on new elements would be nice for quick reference
 
    * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.
      Make ap_pregcomp() abort if out of memory. This raises the minimum
@@ -236,13 +237,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       PR 54179 
       trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1412278
       2.4.x patch: http://people.apache.org/~jailletc36/backport_mod_dumpio.patch
-      +1: jailletc36, sf
+      +1: jailletc36, sf, druggeri
      
     * core: fail startup if ServerTokens arg is unrecognized, PR54222
       trunk patch: http://svn.apache.org/viewvc?rev=1415008&view=rev
                    http://svn.apache.org/viewvc?rev=1416150&view=rev
       2.4.x patch: trunk works
-      +1: covener, sf
+      +1: covener, sf, druggeri
           Is fail startup okay? What about warn and set to PROD? 
       sf: I think that's ok. It will be immediately obvious after upgrade and
           is easy to fix in the configuration.
@@ -251,14 +252,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             regression from 2.2.x.  PR54223
       trunk patch: http://svn.apache.org/viewvc?rev=1415023&view=rev
       2.4.x patch: 2.4.x works
-      +1: covener, jim
+      +1: covener, jim, druggeri
       
     * mod_headers: Allow for exposure of loadavg and server load via mod_headers
       trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1389565
                    http://svn.apache.org/viewvc?view=revision&revision=1389566
                    http://svn.apache.org/viewvc?view=revision&revision=1389569 (doc)
       2.4.x patch: http://people.apache.org/~jailletc36/backport_mod_header.patch
-      +1: jailletc36
+      +1: jailletc36, druggeri
       
     * (2/x) backport some easy patch to keep 2.4.x in line with trunk as much as possible
          1398970: Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequence