summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-08-30 04:19:21 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-08-30 04:19:21 +0000
commit32b8ed22acba06ab4f0bf62ebe07d14967fe626c (patch)
tree4443c86e233235585545f6d23e5c4731dff0e9ec /CHANGES
parent44d001d6b369e524a8b0c566c89da05d3fb96e86 (diff)
downloadlibapr-32b8ed22acba06ab4f0bf62ebe07d14967fe626c.tar.gz
If available, use 'readlink -f' to resolve symlinks in apr-config.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65317 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 80f8ce528..3ae18004e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
Changes with APR 0.9.5
+
+ *) If available, use 'readlink -f' to resolve symlinks in apr-config.
+ [Justin Erenkrantz]
+
*) Win32: Fix bug in apr_socket_sendfile that interferred with
Win32 LSPs. Bug is described in Apache 2.0 bugzilla report
23982 [Jan Bilek, Bill Stoddard]