3.0.11-rc1. soname bump.

This commit is contained in:
Anthony Green
2011-08-23 12:30:29 -04:00
parent c6265c36a9
commit ee6696fdf4
38 changed files with 6911 additions and 1438 deletions

View File

@@ -696,7 +696,7 @@ Index: libffi/configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.9.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.11-rc1.
#
-# Report bugs to <http://gcc.gnu.org/bugs.html>.
+# Report bugs to <http://sourceware.org/libffi.html>.
@@ -719,8 +719,8 @@ Index: libffi/configure
-PACKAGE_VERSION='3.0.9'
-PACKAGE_STRING='libffi 3.0.9'
-PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
+PACKAGE_VERSION='3.0.10'
+PACKAGE_STRING='libffi 3.0.10'
+PACKAGE_VERSION='3.0.11-rc1'
+PACKAGE_STRING='libffi 3.0.11-rc1'
+PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL=''
@@ -755,7 +755,7 @@ Index: libffi/configure
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libffi 3.0.9 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.11-rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -764,7 +764,7 @@ Index: libffi/configure
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libffi 3.0.9:";;
+ short | recursive ) echo "Configuration of libffi 3.0.10:";;
+ short | recursive ) echo "Configuration of libffi 3.0.11-rc1:";;
esac
cat <<\_ACEOF
@@ -790,7 +790,7 @@ Index: libffi/configure
if $ac_init_version; then
cat <<\_ACEOF
-libffi configure 3.0.9
+libffi configure 3.0.10
+libffi configure 3.0.11-rc1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -812,7 +812,7 @@ Index: libffi/configure
running configure, to aid debugging if configure makes a mistake.
-It was created by libffi $as_me 3.0.9, which was
+It was created by libffi $as_me 3.0.10, which was
+It was created by libffi $as_me 3.0.11-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -866,7 +866,7 @@ Index: libffi/configure
# Define the identity of the package.
PACKAGE='libffi'
- VERSION='3.0.9'
+ VERSION='3.0.10'
+ VERSION='3.0.11-rc1'
cat >>confdefs.h <<_ACEOF
@@ -1003,7 +1003,7 @@ Index: libffi/configure
# values after options handling.
ac_log="
-This file was extended by libffi $as_me 3.0.9, which was
+This file was extended by libffi $as_me 3.0.10, which was
+This file was extended by libffi $as_me 3.0.11-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -1019,7 +1019,7 @@ Index: libffi/configure
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libffi config.status 3.0.9
+libffi config.status 3.0.10
+libffi config.status 3.0.11-rc1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
@@ -1083,7 +1083,7 @@ Index: libffi/configure.ac
+AC_PREREQ(2.63)
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
+AC_INIT([libffi], [3.0.10], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.11-rc1], [http://sourceware.org/libffi.html])
AC_CONFIG_HEADERS([fficonfig.h])
-AM_ENABLE_MULTILIB(, ..)
@@ -8990,7 +8990,7 @@ Index: libffi/README
======
-libffi-3.0.9 was released on December 31, 2009. Check the libffi web
+libffi-3.0.10 was released on August 23, 2011. Check the libffi web
+libffi-3.0.11 was released on *****************. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -8999,7 +8999,7 @@ Index: libffi/README
refer to the wiki page here:
- http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.9
+ http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.10
+ http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.11
At the time of release, the following basic configurations have been
tested:
@@ -9055,11 +9055,14 @@ Index: libffi/README
Configure has many other options. Use "configure --help" to see them all.
@@ -135,11 +144,19 @@ History
@@ -135,11 +144,22 @@ History
See the ChangeLog files for details.
-3.0.10 ???-??-??
+3.0.11 MMM-DD-YY
+ ??????????
+
+3.0.10 Aug-23-11
+ Add support for Apple's iOS.
+ Add support for ARM VFP ABI.
@@ -9078,7 +9081,7 @@ Index: libffi/README
3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support.
@@ -320,5 +337,6 @@ Alex Oliva solved the executable page pr
@@ -320,5 +340,6 @@ Alex Oliva solved the executable page pr
The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request.