You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2019/08/07 11:14:13 UTC

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

Author: jim
Date: Wed Aug  7 11:14:12 2019
New Revision: 1864612

URL: http://svn.apache.org/viewvc?rev=1864612&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=1864612&r1=1864611&r2=1864612&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Aug  7 11:14:12 2019
@@ -128,6 +128,26 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_remoteip: Add sanity checks.
+     trunk patch: http://svn.apache.org/r1864526
+     2.4.x patch: svn merge -c 1864526 ^/httpd/httpd/trunk .
+     +1: jorton, covener, jim
+
+  *) apr_common.m4: Pick up from APR 1.7.0.
+     apr_common.m4 is currently from APR 1.6.x. When running buildconf
+     against APR 1.7.x it gets updated from there. Therefore in the
+     apr_common.m4 in the 2.4.40 tarball differs from the one in svn for 2.4.x
+     (a copy of the APR 1.6.x version in svn, a copy of the APR 1.7.x version
+     in the tarball).
+     The below backports the changes to apr_common.m4 in httpd trunk which
+     in effect result in the 2.4.x apr_common.m4 to become identical with
+     the one in APR 1.7.x (and trunk).
+     trunk patch: http://svn.apache.org/r1856560
+                  http://svn.apache.org/r1856561
+                  http://svn.apache.org/r1856846
+     2.4.x patch: svn merge -c 1856560,1856561,1856846 ^/httpd/httpd/trunk .
+     +1: rjung, jorton, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -150,26 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              reworked, etc.. I would like to avoid a patch that is clearly wrong for some reviewer sitting here for
              months/years without any action item :)
 
-  *) mod_remoteip: Add sanity checks.
-     trunk patch: http://svn.apache.org/r1864526
-     2.4.x patch: svn merge -c 1864526 ^/httpd/httpd/trunk .
-     +1: jorton, covener, jim
-
-  *) apr_common.m4: Pick up from APR 1.7.0.
-     apr_common.m4 is currently from APR 1.6.x. When running buildconf
-     against APR 1.7.x it gets updated from there. Therefore in the
-     apr_common.m4 in the 2.4.40 tarball differs from the one in svn for 2.4.x
-     (a copy of the APR 1.6.x version in svn, a copy of the APR 1.7.x version
-     in the tarball).
-     The below backports the changes to apr_common.m4 in httpd trunk which
-     in effect result in the 2.4.x apr_common.m4 to become identical with
-     the one in APR 1.7.x (and trunk).
-     trunk patch: http://svn.apache.org/r1856560
-                  http://svn.apache.org/r1856561
-                  http://svn.apache.org/r1856846
-     2.4.x patch: svn merge -c 1856560,1856561,1856846 ^/httpd/httpd/trunk .
-     +1: rjung, jorton, jim
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]