]> granicus.if.org Git - apache/commitdiff
and promote w/ 3 +1s
authorJim Jagielski <jim@apache.org>
Fri, 13 Oct 2017 13:53:53 +0000 (13:53 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 13 Oct 2017 13:53:53 +0000 (13:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812133 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 11d0e0cdf438650dea6a3f25d98425d0be7f6ba4..7da5c532d5bfc2e73a1c88c200822e52bf6d7692 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,6 +117,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_unique_id: Use PRNG output rather than needing to use DNS,
+     an IPv4 address (or failing) and PID, and slowing down startup
+     by up to a second.
+     trunk patch: http://svn.apache.org/r1501827
+     2.4.x patch: trunk works
+     +1: jorton, wrowe, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -183,13 +190,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                mod_journald can't be configured in maintainer mode (-std=c89).
                Can anyone else reproduce, or is it just my distro?
 
-  *) mod_unique_id: Use PRNG output rather than needing to use DNS,
-     an IPv4 address (or failing) and PID, and slowing down startup
-     by up to a second.
-     trunk patch: http://svn.apache.org/r1501827
-     2.4.x patch: trunk works
-     +1: jorton, wrowe, jim
-
   *) core/mod_ssl: Add new flag int to module struct. Define first bit for keeping
      server config records non-shared instances, set for mod_ssl to make manipulations
      in post_config safe.