diff options
author | Jeff Trawick <trawick@apache.org> | 2003-04-17 04:41:15 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-04-17 04:41:15 +0200 |
commit | 8c145e5d2c08545f4dab7c8db8acef6950c278e2 (patch) | |
tree | 7cc2d39cb57a1be4b50711ad4669732f16f3cbf9 /CHANGES | |
parent | make this document valid (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |