summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-04-17 04:41:15 +0200
committerJeff Trawick <trawick@apache.org>2003-04-17 04:41:15 +0200
commit8c145e5d2c08545f4dab7c8db8acef6950c278e2 (patch)
tree7cc2d39cb57a1be4b50711ad4669732f16f3cbf9 /CHANGES
parentmake this document valid (diff)
downloadapache2-8c145e5d2c08545f4dab7c8db8acef6950c278e2.tar.xz
apache2-8c145e5d2c08545f4dab7c8db8acef6950c278e2.zip
Fix a problem that caused httpd to linked with incorrect flags
on some platforms when mod_so was enabled by default, breaking DSOs on AIX. PR: 19012 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16e580a764..b655940f1f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
+ *) Fix a problem that caused httpd to linked with incorrect flags
+ on some platforms when mod_so was enabled by default, breaking
+ DSOs on AIX. PR 19012 [Jeff Trawick]
+
*) Enable ap_sock_disable_nagle for Windows. This along with the
addition of APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle
to be disabled for Windows.