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 2012/07/23 15:03:21 UTC

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

Author: trawick
Date: Mon Jul 23 13:03:21 2012
New Revision: 1364617

URL: http://svn.apache.org/viewvc?rev=1364617&view=rev
Log:
vote/promote support for DefaultRuntimeDir for a handful of modules

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=1364617&r1=1364616&r2=1364617&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jul 23 13:03:21 2012
@@ -88,7 +88,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
+   * various: Move away from DEFAULT_REL_RUNTIMEDIR and use
+     ap_runtime_dir_relative() API.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1299718
+     2.4.x patch: trunk patch works
+     +1: rjung, jim, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -157,13 +161,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: rjung, humbedooh
      rjung: jorton: you applied it to trunk, care to vote?
 
-   * various: Move away from DEFAULT_REL_RUNTIMEDIR and use
-     ap_runtime_dir_relative() API.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1299718
-     2.4.x patch: trunk patch works
-     +1: rjung, jim
-     rjung: jim: you applied it to trunk, care to vote?
-
    * cache: Remove redundant double assignment, caught by Coverity.
      No functional change.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352534