]> granicus.if.org Git - apache/commitdiff
And promote MOD_CFLAGS
authorJim Jagielski <jim@apache.org>
Wed, 26 Sep 2012 14:29:58 +0000 (14:29 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 26 Sep 2012 14:29:58 +0000 (14:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1390517 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 42e8a2928203fd4fde24d0baf4a3c28684c0cd71..9f39c4f4e38fd48f0aa8294ab501eef44cb458d5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.