summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-04-02 19:33:12 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-04-02 19:33:12 +0000
commit585ee23501ee2b2afc292f730dd45952d844e8d7 (patch)
treeb78c78993e8c988ab38b2c91e8a183df11141805 /CHANGES
parent461206adcc156236f4437c9723b26480560441c4 (diff)
downloadlibapr-585ee23501ee2b2afc292f730dd45952d844e8d7.tar.gz
This patch sets the dso/aix subdirectory to be used for older versions
of AIX and fixes a number of bugs the dso code in that directory. Submitted by: Victor Orlikowski Reviewed by: Jeff Trawick (any build problems are my bad... I changed Victor's patch to avoid the 'include "../unix/apr_private.h"' kludge but am not able to easily test) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61429 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 40629916e..5c421d301 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) Use the dso/aix subdirectory for older versions of AIX and fix
+ a number of bugs in the dso code in that directory.
+ [Victor Orlikowski]
+
*) Allow libtool 1.3b to be used. [Victor Orlikowski]
*) Misc. Win32 fixes: Set the pool pointer in apr_sockaddr_t