]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose VPATH / symlink srcdir/apr[-util] fixes
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 4 Feb 2006 02:43:50 +0000 (02:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 4 Feb 2006 02:43:50 +0000 (02:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374822 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2bf997bd841c054817b50f0d24b8d704163e160a..591212023d3fdc00ea8f2eb7ea80915431e3fd60 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -67,8 +67,11 @@ CURRENT RELEASE NOTES:
       get feedback and votes on list or in STATUS, then merge into
       branches/2.2.x, as applicable.
 
+
 RELEASE SHOWSTOPPERS:
 
+   * Awaiting next apr-util release to address licensing concerns.
+
    * Proxy does not allow any more connections to a server when a server
      is unavailable temporarily.
      Message-ID: <31C9151F757B06E7A3956FD1@st-augustin.local>
@@ -99,6 +102,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * Solaris build proposal; don't fail on missing .h files within
+      a VPATH build, and don't test trees with -d (simply -f the
+      expected files) in case a tree such as srclib/apr is actually
+      a symlink rather than a true directory in ./buildconf.
+        http://svn.apache.org/viewcvs.cgi?rev=374821&view=rev
+        http://people.apache.org/~wrowe/buildfix-2.2.patch
+      +1: wrowe
+
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve
       configuration defaults and merge function.