mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
feat: Update libffi version to 3.5.2 with wasm64 and DragonFly BSD support
This commit is contained in:
parent
b53b0042c2
commit
e2eda0cf72
@ -1,8 +1,7 @@
|
||||
Status
|
||||
======
|
||||
|
||||
libffi-3.5.1 was released on June 10, 2025. Check the libffi web
|
||||
page for updates: <URL:http://sourceware.org/libffi/>.
|
||||
libffi-3.5.2 was released on August 2, 2025.
|
||||
|
||||
|
||||
What is libffi?
|
||||
@ -205,6 +204,11 @@ History
|
||||
|
||||
See the git log for details at http://github.com/libffi/libffi.
|
||||
|
||||
3.5.2 Aug-2-2025
|
||||
Add wasm64 support.
|
||||
Add DragonFly BSD support.
|
||||
Ensure trampoline file descriptors are closed on exec.
|
||||
|
||||
3.5.1 Jun-10-2025
|
||||
Fix symbol versioning error.
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@ dnl Process this with autoconf to create configure
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
|
||||
AC_INIT([libffi],[3.5.1],[http://github.com/libffi/libffi/issues])
|
||||
AC_INIT([libffi],[3.5.2],[http://github.com/libffi/libffi/issues])
|
||||
AC_CONFIG_HEADERS([fficonfig.h])
|
||||
|
||||
FFI_VERSION_STRING="3.5.1"
|
||||
FFI_VERSION_NUMBER=30501
|
||||
FFI_VERSION_STRING="3.5.2"
|
||||
FFI_VERSION_NUMBER=30502
|
||||
AC_SUBST(FFI_VERSION_STRING)
|
||||
AC_SUBST(FFI_VERSION_NUMBER)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@set UPDATED 8 June 2025
|
||||
@set UPDATED-MONTH June 2025
|
||||
@set EDITION 3.5.0
|
||||
@set VERSION 3.5.0
|
||||
@set UPDATED 2 August 2025
|
||||
@set UPDATED-MONTH August 2025
|
||||
@set EDITION 3.5.2
|
||||
@set VERSION 3.5.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user