chore: update version to 3.4.6 and fix long double regression on mips64 and alpha
authorAnthony Green <green@moxielogic.org>
Sun, 18 Feb 2024 14:22:51 +0000 (09:22 -0500)
committerAnthony Green <green@moxielogic.org>
Sun, 18 Feb 2024 14:22:51 +0000 (09:22 -0500)
README.md
configure.ac
doc/version.texi
libtool-version

index 6e95e815727332f91504fb249a22d9b65b8b02e1..5552473fb9fdcf731f839ba4c0f9e0e688d39c86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Status
 ======
 
-libffi-3.4.5 was released on February 15, 2024.  Check the libffi web
+libffi-3.4.6 was released on February 18, 2024.  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.
 
 
@@ -201,6 +201,9 @@ History
 
 See the git log for details at http://github.com/libffi/libffi.
 
+    3.4.6 Feb-18-2024
+        Fix long double regression on mips64 and alpha.
+
     3.4.5 Feb-15-2024
         Add support for wasm32.
         Add support for aarch64 branch target identification (bti).
index 741a6690a7295a4a40e90dae508891031d7f561c..816bfd666a019f79b1f9123136804e111e8d7e3f 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ([2.71])
 
-AC_INIT([libffi],[3.4.5],[http://github.com/libffi/libffi/issues])
+AC_INIT([libffi],[3.4.6],[http://github.com/libffi/libffi/issues])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_TARGET
index a6982fc814f7d6911f4f0aafff8c819cb52986de..88b26f949228f9541482e8fa62c7a971885282ee 100644 (file)
@@ -1,4 +1,4 @@
 @set UPDATED 15 February 2024
 @set UPDATED-MONTH February 2024
-@set EDITION 3.4.5
-@set VERSION 3.4.5
+@set EDITION 3.4.6
+@set VERSION 3.4.6
index f1baf1641ddd5f5cbd81082c7631695e6f4336ad..3b32cb76a412337917d6b2ec989a3d207dca7ee1 100644 (file)
@@ -26,4 +26,4 @@
 #    release, then set age to 0.
 #
 # CURRENT:REVISION:AGE
-9:3:1
+9:4:1