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 2012/09/26 16:29:58 UTC

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

Author: jim
Date: Wed Sep 26 14:29:58 2012
New Revision: 1390517

URL: http://svn.apache.org/viewvc?rev=1390517&view=rev
Log:
And promote MOD_CFLAGS

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=1390517&r1=1390516&r2=1390517&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Sep 26 14:29:58 2012
@@ -89,6 +89,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * build: introduce per-module-directory compile/link flags (MOD_CFLAGS etc.)
+     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1385216
+                  https://svn.apache.org/viewvc?view=revision&revision=r1387610
+     2.4.x patch: https://people.apache.org/~kbrand/MOD_flags-2.4.x.patch
+     +1: kbrand, jorton, jim
+  
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -176,12 +182,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works
      +1: jim
 
-   * build: introduce per-module-directory compile/link flags (MOD_CFLAGS etc.)
-     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1385216
-                  https://svn.apache.org/viewvc?view=revision&revision=r1387610
-     2.4.x patch: https://people.apache.org/~kbrand/MOD_flags-2.4.x.patch
-     +1: kbrand, jorton, jim
-  
    * mod_proxy: Make balancers server-specific, as they should have
      been. Inheritance causes too many behind-the-scene interactions
      to be reliable in a dynamic environ.