From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23752 invoked by alias); 12 Feb 2011 14:44:59 -0000 Received: (qmail 23741 invoked by uid 22791); 12 Feb 2011 14:44:58 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Feb 2011 14:44:55 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1CEirlO005889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 12 Feb 2011 09:44:53 -0500 Received: from localhost.localdomain.redhat.com (vpn-9-82.rdu.redhat.com [10.11.9.82]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p1CEipEo016176; Sat, 12 Feb 2011 09:44:52 -0500 From: Anthony Green To: libffi-discuss@sourceware.org Subject: libffi 3.0.10rc4 available for testing User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Date: Sat, 12 Feb 2011 14:44:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2011/txt/msg00069.txt.bz2 I've posted rc4 is here: ftp://sourceware.org/pub/libffi/libffi-3.0.10rc4.tar.gz Changes this time round: * configury changes to remove GCCisms for native AIX/Solaris/etc tool builds. * running configure in the source directory automatically creates a target specific build subdir * debug code is only built when --enable-debug * a testing tweaks, and other minor changes The iOS build is known to be broken and native windows / mingw is completely untested, but I think we're in pretty good shape otherwise. We just need more test results: http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.10 Thanks! AG