From: Jim Jagielski Date: Tue, 14 Aug 2012 21:08:00 +0000 (+0000) Subject: Promote X-Git-Tag: 2.4.3~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d07c483ab6d6f736af178dff3f2a12162a4b48c1;p=apache Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373104 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 31afce3083..fcd3c8d0ac 100644 --- a/STATUS +++ b/STATUS @@ -93,6 +93,26 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works +1: rjung, humbedooh, trawick (needs CHANGES entry) + * opinion on more complete DefaultRuntimeDir use in 2.4.x? + o If a module has a config directive for the run-time file that + treats the configured path as relative to server root, preserve + that behavior but change the location when not configured to + respect DefaultRuntimeDir. With these changes, users with no + per-runtime-file configuration directives can control + everything with DefaultRuntimeDir. + BUT: Existing users of DefaultRuntimeDir might get a short-term scare + when some unconfigured run-time file starts respecting their + DefaultRuntimeDir directive after an upgrade. + +1: trawick, jim, rjung + rjung: backport candidates are: + heartbeat r1364695 + scoreboard r1369477 + core/pid file r1369808 + core/mutex r1370288 + mod_socache_XXX r1370225 + mod_slotmem_plain r1370763 + mod_ldap r1371684 + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -162,26 +182,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Questions/explanations: http://mail-archives.apache.org/mod_mbox/httpd-dev/201208.mbox/%3C20120813123221.GA21932%40redhat.com%3E +1: trawick, gsmith - * opinion on more complete DefaultRuntimeDir use in 2.4.x? - o If a module has a config directive for the run-time file that - treats the configured path as relative to server root, preserve - that behavior but change the location when not configured to - respect DefaultRuntimeDir. With these changes, users with no - per-runtime-file configuration directives can control - everything with DefaultRuntimeDir. - BUT: Existing users of DefaultRuntimeDir might get a short-term scare - when some unconfigured run-time file starts respecting their - DefaultRuntimeDir directive after an upgrade. - +1: trawick, jim, rjung - rjung: backport candidates are: - heartbeat r1364695 - scoreboard r1369477 - core/pid file r1369808 - core/mutex r1370288 - mod_socache_XXX r1370225 - mod_slotmem_plain r1370763 - mod_ldap r1371684 - * mpm_winnt: initialize the protocol field when manufacturing an apr socket lest accidential autodata contents leak into the apr_socket_t. (this doesn't address any known problem symptom)