You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2011/02/11 13:16:02 UTC

svn commit: r1069767 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Fri Feb 11 12:16:02 2011
New Revision: 1069767

URL: http://svn.apache.org/viewvc?rev=1069767&view=rev
Log:
* Promote

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1069767&r1=1069766&r2=1069767&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Feb 11 12:16:02 2011
@@ -90,6 +90,26 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * suEXEC: Add Suexec directive to disable suEXEC without renaming the
+     binary (Suexec Off), or force startup failure if suEXEC is required
+     but not supported (Suexec On).
+     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519
+     Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt
+       (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup
+       coded but suEXEC disabled, and b) doesn't add field to unixd structure
+       with reason string for why suEXEC is disabled)
+     Plz consider where doc for directive should go.  Patch has it in core, as
+     enabling/disabling the basic capability is not split out into mod_unixd 2.2.x.
+     +1: trawick, covener, wrowe
+
+   * mod_proxy_http: Become aware of ssl handshake failures when attempting
+     to pass request. Makes it so workers are put in error state when a
+     handshake failure is encountered.
+     PR50332
+     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304
+                  http://svn.apache.org/viewvc?view=revision&revision=1053584
+     2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450
+     +1: rpluem, jim, wrowe
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -164,27 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: Mind to update the 2.2.x version of the patch with r1052224,
                   r1052314, r1055246 and r1055570 (Comment fix by Jim)?
 
-   * suEXEC: Add Suexec directive to disable suEXEC without renaming the
-     binary (Suexec Off), or force startup failure if suEXEC is required
-     but not supported (Suexec On).
-     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519
-     Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt
-       (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup
-       coded but suEXEC disabled, and b) doesn't add field to unixd structure
-       with reason string for why suEXEC is disabled)
-     Plz consider where doc for directive should go.  Patch has it in core, as
-     enabling/disabling the basic capability is not split out into mod_unixd 2.2.x.
-     +1: trawick, covener, wrowe
-
-   * mod_proxy_http: Become aware of ssl handshake failures when attempting
-     to pass request. Makes it so workers are put in error state when a
-     handshake failure is encountered.
-     PR50332
-     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304
-                  http://svn.apache.org/viewvc?view=revision&revision=1053584
-     2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450
-     +1: rpluem, jim, wrowe
-
   * core: Add NoDecode option to AllowEncodedSlashes to turn off decoding
     of encoded slashes in path info.  (This is already the behavior of
     AllowEncodedSlashes On in trunk.)