chore: Bump version to 3.4.7 and update change log
authorAnthony Green <green@moxielogic.com>
Sat, 8 Feb 2025 14:37:31 +0000 (09:37 -0500)
committerAnthony Green <green@moxielogic.com>
Sat, 8 Feb 2025 14:37:58 +0000 (09:37 -0500)
README.md
configure.ac
doc/version.texi

index 5552473fb9fdcf731f839ba4c0f9e0e688d39c86..48f483299bdeba09dc1b58e815232c0fa5c29bf1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Status
 ======
 
-libffi-3.4.6 was released on February 18, 2024.  Check the libffi web
+libffi-3.4.7 was released on February 8, 2025.  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.
 
 
@@ -201,6 +201,15 @@ History
 
 See the git log for details at http://github.com/libffi/libffi.
 
+    3.4.7 Feb-8-2024
+        Add static trampoline support for Linux on s390x.
+        Fix BTI support for ARM64.
+        Support pointer authentication for ARM64.
+        Fix ASAN compatibility.
+        Fix x86-64 calls with 6 GP registers and some SSE registers.
+        Miscellaneous fixes for ARC and Darwin ARM64.
+        Fix OpenRISC or1k and Solaris 10 builds.
+
     3.4.6 Feb-18-2024
         Fix long double regression on mips64 and alpha.
 
index b4199ab154179517232d87424795540b11326168..a1d02b803664510ad49948fd31acfc6d01d27417 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ([2.71])
 
-AC_INIT([libffi],[3.4.6],[http://github.com/libffi/libffi/issues])
+AC_INIT([libffi],[3.4.7],[http://github.com/libffi/libffi/issues])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_TARGET
index 88b26f949228f9541482e8fa62c7a971885282ee..73e9e6f4cacfa18ccf44621164e5d9eb27987de6 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 15 February 2024
-@set UPDATED-MONTH February 2024
-@set EDITION 3.4.6
-@set VERSION 3.4.6
+@set UPDATED 1 June 2024
+@set UPDATED-MONTH June 2024
+@set EDITION 3.4.7
+@set VERSION 3.4.7