You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/07/27 14:02:29 UTC

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

Author: rjung
Date: Fri Jul 27 12:02:29 2012
New Revision: 1366352

URL: http://svn.apache.org/viewvc?rev=1366352&view=rev
Log:
Vote, 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=1366352&r1=1366351&r2=1366352&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 27 12:02:29 2012
@@ -93,6 +93,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_proxy: Add the forcerecovery balancer parameter that determines if
+     recovery for balancer workers is enforced.
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=1306409&view=rev
+    Backport version for 2.2.x of patch:
+       http://people.apache.org/~rpluem/patches/forcerecovery_2.2.diff
+    +1: rpluem, sf, rjung
+    sf notes: The docs should get a compatibility note once it is clear
+              in which 2.2.x version it gets introduced.
+
+   * mpm_prefork: Reduce spawn rate after a child process exits due to
+     unexpected poll or accept failure.
+     trunk patch: http://svn.apache.org/viewvc?rev=1363183&view=rev
+     2.2.x patch: trunk patch works
+     +1: trawick, jorton, rjung
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -131,16 +147,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: http://people.apache.org/~sf/PR52914-2.2.diff
     +1: sf
 
-  * mod_proxy: Add the forcerecovery balancer parameter that determines if
-     recovery for balancer workers is enforced.
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=1306409&view=rev
-    Backport version for 2.2.x of patch:
-       http://people.apache.org/~rpluem/patches/forcerecovery_2.2.diff
-    +1: rpluem, sf
-    sf notes: The docs should get a compatibility note once it is clear
-              in which 2.2.x version it gets introduced.
-
    * mod_ssl: Add support for Next Protocol Negotiation.
      Trunk patch:
        http://svn.apache.org/viewvc?view=revision&revision=1332643
@@ -187,7 +193,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             the change to the section about the SSLProtocol directive
             (see r1222921).
 
-   * mod_ssl: Add RFC 5878 support. This allows support of mechansisms
+   * mod_ssl: Add RFC 5878 support. This allows support of mechanisms
               such as Certificate Transparency. Note that new
               mechanisms are supported without software updates.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352596
@@ -201,12 +207,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           any version. Also, if you read my note to dev@ you will see
           why it is not premature.
 
-   * mpm_prefork: Reduce spawn rate after a child process exits due to
-     unexpected poll or accept failure.
-     trunk patch: http://svn.apache.org/viewvc?rev=1363183&view=rev
-     2.2.x patch: trunk patch works
-     +1: trawick, jorton, 
-
    * mpm_worker: Fix cases where the spawn rate wasn't reduced after
      child process resource shortages.
      (Note: mpm_event is omitted from this backport proposal because of
@@ -214,7 +214,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      described in the patch.)
      trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1363440
      2.2.x patch: http://people.apache.org/~trawick/r1363440-worker-only-2.2.x.txt
-     +1: trawick
+     +1: trawick, rjung
 
 PATCHES/ISSUES THAT ARE STALLED