You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2011/03/15 14:22:13 UTC

svn commit: r1081770 - /apr/apr/branches/1.4.x/CHANGES

Author: jim
Date: Tue Mar 15 13:22:13 2011
New Revision: 1081770

URL: http://svn.apache.org/viewvc?rev=1081770&view=rev
Log:
Note Darwin changes... 1.5 and trunk includes this as well...

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1081770&r1=1081769&r2=1081770&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue Mar 15 13:22:13 2011
@@ -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]