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 2014/12/16 14:05:23 UTC

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

Author: jim
Date: Tue Dec 16 13:05:23 2014
New Revision: 1645933

URL: http://svn.apache.org/r1645933
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=1645933&r1=1645932&r2=1645933&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Dec 16 13:05:23 2014
@@ -111,6 +111,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works other than CHANGES
      +1: trawick, covener, ylavic
 
+   * mpm_event: Notify suspend in any case when starting lingering close (blocking),
+     and outside the lingering queue's critical section.
+     This is a follow up to r1639614 already backported to 2.4.11 as r1642858.
+     So it (probably) does not need its own CHANGES entry.
+     trunk patch: http://svn.apache.org/r1642868
+     2.4.x patch: trunk works (CHANGES 
+     +1: ylavic, covener, jim
+
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -224,14 +233,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1 covener, jim
 
-   * mpm_event: Notify suspend in any case when starting lingering close (blocking),
-     and outside the lingering queue's critical section.
-     This is a follow up to r1639614 already backported to 2.4.11 as r1642858.
-     So it (probably) does not need its own CHANGES entry.
-     trunk patch: http://svn.apache.org/r1642868
-     2.4.x patch: trunk works (CHANGES 
-     +1: ylavic, covener, jim
-
    * core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
      trunk patch: http://svn.apache.org/r1512819
                   http://svn.apache.org/r1513461 ONLY the change to http_log.h