aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5e3ff8f0..0c504ed3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -146,6 +146,10 @@ Changes with APR 0.9.5
which is started by the shell and which inherits the parent's
environment variables. [Jeff Trawick]
+ *) Don't try to enable run-time linking on AIX < 4.2, as this
+ results in invalid linker options being used. PR 29170.
+ [Jeff Trawick]
+
*) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses
on any platforms.
[Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]