From: Jim Jagielski Date: Wed, 26 Sep 2012 14:29:58 +0000 (+0000) Subject: And promote MOD_CFLAGS X-Git-Tag: 2.4.4~552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34090b7b27c450443ca9f069f1be926edc7c01d8;p=apache And promote MOD_CFLAGS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1390517 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 42e8a29282..9f39c4f4e3 100644 --- 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.