You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2012/12/04 01:36:36 UTC

svn commit: r1416737 - /httpd/httpd/branches/2.4.x/STATUS

Author: druggeri
Date: Tue Dec  4 00:36:36 2012
New Revision: 1416737

URL: http://svn.apache.org/viewvc?rev=1416737&view=rev
Log:
A few votes

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1416737&r1=1416736&r2=1416737&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Dec  4 00:36:36 2012
@@ -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