]> granicus.if.org Git - apache/commitdiff
vote/promote/demote
authorJeff Trawick <trawick@apache.org>
Wed, 15 Aug 2012 14:39:06 +0000 (14:39 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Aug 2012 14:39:06 +0000 (14:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373433 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ebfb7371778276352b8a733654ab09c9d59ee4fe..c5669084b8064955dc7b65aa58982bfa03d64dac 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,28 +88,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-   * 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: applicable trunk revisions WITHOUT the compatibility tweaks
-              described above:
-          heartbeat          r1364695
-          scoreboard         r1369477
-          core/pid file      r1369808
-          core/mutex         r1370288
-          mod_socache_XXX    r1370225
-          mod_slotmem_plain  r1370763
-          mod_ldap           r1371684
-
+   * mod_socache_shmcb: Fix bus error due to a misalignment
+     in some 64 bit builds, especially on Solaris Sparc.  PR 53040.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1373270
+     2.4.x patch: trunk patch works.
+     +1: rjung, rpluem, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -187,16 +170,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: Trunk patch works.
      +1: humbedooh
 
-   * mod_socache_shmcb: Fix bus error due to a misalignment
-     in some 64 bit builds, especially on Solaris Sparc.  PR 53040.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1373270
-     2.4.x patch: trunk patch works.
-     +1: rjung, rpluem
-
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.
 
+OTHER PROPOSALS
+
+   * 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: applicable trunk revisions WITHOUT the compatibility tweaks
+              described above:
+          heartbeat          r1364695
+          scoreboard         r1369477
+          core/pid file      r1369808
+          core/mutex         r1370288
+          mod_socache_XXX    r1370225
+          mod_slotmem_plain  r1370763
+          mod_ldap           r1371684
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be