diff --git a/README.md b/README.md index 0d4c2424..6f47c255 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Status ====== -libffi-3.4.7 was released on February 8, 2025. Check the libffi web +libffi-3.4.8 was released on April 9, 2025. Check the libffi web page for updates: . @@ -200,7 +200,15 @@ History See the git log for details at http://github.com/libffi/libffi. - 3.4.7 Feb-8-2024 + 3.4.8 Apr-9-2025 + Add static trampoline support for powerpc-linux (32-bit SYSV BE), + powerpc64-linux (64-bit ELFv1 BE) and + powerpc64le-linux (64-bit ELFv2 LE) + Various x86-64 bug fixes (x32 ABI and improper memory access for + small argument calls). + Fix to enable pointer authentication for aarch64. + + 3.4.7 Feb-8-2025 Add static trampoline support for Linux on s390x. Fix BTI support for ARM64. Support pointer authentication for ARM64. diff --git a/configure.ac b/configure.ac index a00342e6..f0478955 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure AC_PREREQ([2.71]) -AC_INIT([libffi],[3.4.7],[http://github.com/libffi/libffi/issues]) +AC_INIT([libffi],[3.4.8],[http://github.com/libffi/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_TARGET diff --git a/doc/version.texi b/doc/version.texi index 73e9e6f4..711d9567 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 1 June 2024 -@set UPDATED-MONTH June 2024 -@set EDITION 3.4.7 -@set VERSION 3.4.7 +@set UPDATED 27 March 2025 +@set UPDATED-MONTH March 2025 +@set EDITION 3.4.8 +@set VERSION 3.4.8