You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2015/01/10 18:29:43 UTC

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

Author: trawick
Date: Sat Jan 10 17:29:43 2015
New Revision: 1650773

URL: http://svn.apache.org/r1650773
Log:
vote, 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=1650773&r1=1650772&r2=1650773&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jan 10 17:29:43 2015
@@ -126,6 +126,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=32209
      +1: druggeri, gsmith, rjung
 
+   * core: Fix -D[efined] or <Define>[d] variables lifetime accross restarts.
+           PR 57328.
+     trunk patch: http://svn.apache.org/r1643825
+     2.4.x patch: trunk works (module CHANGES)
+     +1: ylavic, rjung, trawick
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -220,12 +226,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (module CHANGES)
      +1: ylavic
 
-   * core: Fix -D[efined] or <Define>[d] variables lifetime accross restarts.
-           PR 57328.
-     trunk patch: http://svn.apache.org/r1643825
-     2.4.x patch: trunk works (module CHANGES)
-     +1: ylavic, rjung
-
    * mod_ssl: Fix renegotiation failures redirected to an ErrorDocument.
               PR 57334.
      trunk patch: http://svn.apache.org/r1644498