summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-03-15 13:22:13 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-03-15 13:22:13 +0000
commit0c65fd13045ff166146b8656d354ecfe980d411d (patch)
tree6664f57a2fecf630e83273dc260c7a8e3eae57aa /CHANGES
parentbe1ea0c32daa75073da37ec3199681300efefaf5 (diff)
downloadlibapr-0c65fd13045ff166146b8656d354ecfe980d411d.tar.gz
Note Darwin changes... 1.5 and trunk includes this as well...
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1081770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b5d4f063..5759ae0bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.3
+ *) configure: Support 64 and 32 bit universal builds for Darwin/
+ OS X 10.6+. [Jim Jagielski]
+
*) apr_sockaddr_info_get() on AIX: Fix a problem which could set
the port field in the native socket address to 1 when 0 was
specified. PR 46964. [Jeff Trawick]