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 2013/10/10 16:31:21 UTC

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

Author: jim
Date: Thu Oct 10 14:31:20 2013
New Revision: 1530998

URL: http://svn.apache.org/r1530998
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=1530998&r1=1530997&r2=1530998&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Oct 10 14:31:20 2013
@@ -98,6 +98,19 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
+  * core: Don't truncate output when sending is interrupted by a signal,
+          such as from an exiting CGI process. PR 55643.
+    trunk: https://svn.apache.org/r1530793
+    2.4.x: trunk works
+    +1: trawick, covener, jim
+
+  * WinNT MPM: Exit the child if the parent process crashes or is terminated.
+    trunk: https://svn.apache.org/r1526666 and r1527220
+    2.4.x: trunk patches work if CHANGES are massaged and log-message-tag change
+           is ignored; alternately:
+           http://people.apache.org/~trawick/winnt-child-exits-if-no-parent.txt
+    +1: trawick, covener, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -195,19 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: trunk works, CHANGES needs to be written when merging
     +1: breser
 
-  * core: Don't truncate output when sending is interrupted by a signal,
-          such as from an exiting CGI process. PR 55643.
-    trunk: https://svn.apache.org/r1530793
-    2.4.x: trunk works
-    +1: trawick, covener, jim
-
-  * WinNT MPM: Exit the child if the parent process crashes or is terminated.
-    trunk: https://svn.apache.org/r1526666 and r1527220
-    2.4.x: trunk patches work if CHANGES are massaged and log-message-tag change
-           is ignored; alternately:
-           http://people.apache.org/~trawick/winnt-child-exits-if-no-parent.txt
-    +1: trawick, covener, jim
-
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.