]> granicus.if.org Git - apache/commitdiff
Backported to 2.4.x in r1833005.
authorYann Ylavic <ylavic@apache.org>
Wed, 6 Jun 2018 10:53:54 +0000 (10:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 6 Jun 2018 10:53:54 +0000 (10:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1833006 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2de93e123234784eca8fe11f7465565d4a4dc4a5..8fa51e728154b343c2518a7601895ed0bfd3e5e9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -144,13 +144,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
-     trunk patch: http://svn.apache.org/r1822537
-                  http://svn.apache.org/r1830744
-     2.4.x patch: svn merge -c 1822537,1830744 ^/httpd/httpd/trunk .
-                  (trunk works modulo CHANGES))
-     +1: ylavic, jim, icing
-
   *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
      zero out what had been initialized as the connection-level port.  PR59931.
      trunk patch: http://svn.apache.org/r1776458