Commit 5a48fb32 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

and promote w/ 3 +1s


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812133 13f79535-47bb-0310-9956-ffa450edef68
parent 70e49980
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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.