mirror of
https://github.com/libffi/libffi.git
synced 2026-01-27 02:14:06 +00:00
feat: Update version of libffi to 3.4.8 with various fixes and enhancements
This commit is contained in:
parent
3429ed6b94
commit
bfb5b005a0
12
README.md
12
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: <URL:http://sourceware.org/libffi/>.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user