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 2015/10/06 13:50:37 UTC

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

Author: rjung
Date: Tue Oct  6 11:50:36 2015
New Revision: 1707013

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

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=1707013&r1=1707012&r2=1707013&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  6 11:50:36 2015
@@ -110,6 +110,27 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * MPMs: Follow up to r1705492 (SO_REUSEPORT). Add missing (and harmless)
+           backport hunk (for consistency with trunk and 2.4.x's worker/event).
+     trunk patch: http://svn.apache.org/r1629916
+     2.4.x patch: trunk works
+     +1: ylavic, jim, rjung
+
+   * mod_proxy_balancer: Silence warnings, and fix logic, in XML
+     balancer status output.
+     trunk patch: http://svn.apache.org/r1705776
+     2.4.x patch: trunk works
+     +1: jim, ylavic, rjung
+
+   * Fix some style issues
+     trunk patch: http://svn.apache.org/r1705983
+     2.4.x patch: trunk works
+     +1: jailletc36, jim, rjung
+
+   * Fix some m4's AC_DEFUN quoting. PR 58126.
+     trunk patch: http://svn.apache.org/r1706918
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-AC_DEFUN_quotes.patch
+     +1: ylavic, jim, rjung
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -176,18 +197,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~minfrin/httpd-mod_alias-expr2.patch
      +1: minfrin
 
-   * MPMs: Follow up to r1705492 (SO_REUSEPORT). Add missing (and harmless)
-           backport hunk (for consistency with trunk and 2.4.x's worker/event).
-     trunk patch: http://svn.apache.org/r1629916
-     2.4.x patch: trunk works
-     +1: ylavic, jim, rjung
-
-   * mod_proxy_balancer: Silence warnings, and fix logic, in XML
-     balancer status output.
-     trunk patch: http://svn.apache.org/r1705776
-     2.4.x patch: trunk works
-     +1: jim, ylavic, rjung
-
    * mod_ssl: Make the output filter more friendly with deferred write and
               response pipelining.
      trunk patch: http://svn.apache.org/r1705194
@@ -199,16 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v2.patch
      +1: ylavic
 
-   * Fix some style issues
-     trunk patch: http://svn.apache.org/r1705983
-     2.4.x patch: trunk works
-     +1: jailletc36, jim, rjung
-
-   * Fix some m4's AC_DEFUN quoting. PR 58126.
-     trunk patch: http://svn.apache.org/r1706918
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-AC_DEFUN_quotes.patch
-     +1: ylavic, jim, rjung
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED