Update version to 3.1-rc0. Clean up README.
This commit is contained in:
7
README
7
README
@@ -177,9 +177,10 @@ See the git log for details.
|
|||||||
Add AArch64 (ARM64) iOS support.
|
Add AArch64 (ARM64) iOS support.
|
||||||
Add Nios II support.
|
Add Nios II support.
|
||||||
Add m88k and DEC VAX support.
|
Add m88k and DEC VAX support.
|
||||||
Add support for stdcall, thiscall, and fastcall on non-Windows 32-bit
|
Add support for stdcall, thiscall, and fastcall on non-Windows
|
||||||
x86 targets such as Linux.
|
32-bit x86 targets such as Linux.
|
||||||
Make the testsuite more robust: eliminated several spurious failures.
|
Make the testsuite more robust: eliminated several spurious
|
||||||
|
failures.
|
||||||
Android build fix.
|
Android build fix.
|
||||||
Fix MIPS N32 ABI bug.
|
Fix MIPS N32 ABI bug.
|
||||||
Various x86, FreeBSD and UltraSPARC IIi fixes.
|
Various x86, FreeBSD and UltraSPARC IIi fixes.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
|
|||||||
|
|
||||||
AC_PREREQ(2.68)
|
AC_PREREQ(2.68)
|
||||||
|
|
||||||
AC_INIT([libffi], [3.0.14-rc0], [http://github.com/atgreen/libffi/issues])
|
AC_INIT([libffi], [3.1-rc0], [http://github.com/atgreen/libffi/issues])
|
||||||
AC_CONFIG_HEADERS([fficonfig.h])
|
AC_CONFIG_HEADERS([fficonfig.h])
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|||||||
Reference in New Issue
Block a user