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 2018/02/14 13:19:01 UTC

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

Author: jim
Date: Wed Feb 14 13:19:01 2018
New Revision: 1824238

URL: http://svn.apache.org/viewvc?rev=1824238&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=1824238&r1=1824237&r2=1824238&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Feb 14 13:19:01 2018
@@ -119,6 +119,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) logresolve: Fix segfault with logresolve -c and IPv6
+     Due to a logic error, there could be a NULL pointer dereference.
+     [Stefan Fritsch]
+     trunk patch: http://svn.apache.org/r1745863
+                  http://svn.apache.org/r1745864
+     2.4.x patch: trunk works
+     +1: jailletc36, minfrin, jim
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -132,14 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: jim, minfrin
 
-  *) logresolve: Fix segfault with logresolve -c and IPv6
-     Due to a logic error, there could be a NULL pointer dereference.
-     [Stefan Fritsch]
-     trunk patch: http://svn.apache.org/r1745863
-                  http://svn.apache.org/r1745864
-     2.4.x patch: trunk works
-     +1: jailletc36, minfrin, jim
-
   *) mod_proxy: Provide an RFC1035 compliant version of the hostname in the
      proxy_worker_shared structure. PR62085
      trunk patch: http://svn.apache.org/r1824176