summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-02-04 03:41:02 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-02-04 03:41:02 +0100
commitd3e8acd0a5cbc441b38306bb4d14daa7c07ef837 (patch)
treeea9f5d40177e5ab1b2d86c04d4200b7fc42b2e12 /CHANGES
parentProject name changed in Bugzilla when we released 2.2 (diff)
downloadapache2-d3e8acd0a5cbc441b38306bb4d14daa7c07ef837.tar.xz
apache2-d3e8acd0a5cbc441b38306bb4d14daa7c07ef837.zip
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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@374821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8e7575f84..e122649fe9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Modify apr[util] .h detection to avoid breakage on VPATH builds
+ using Solaris make (amoung others) and avoid breakage in ./buildconf
+ when srclib/apr[-util] are symlinks rather than directories proper.
+ [William Rowe]
+
*) mod_speling: Stop crashing with certain non-file requests. [Jeff Trawick]
*) mod_proxy_ajp: Support common headers of the AJP protocol in responses.