summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMoxie Bot <bot@moxielogic.com>2020-02-21 22:12:34 -0500
committerMoxie Bot <bot@moxielogic.com>2020-02-21 22:12:34 -0500
commit4c775d7cd6e914c6a2f66465497106cff360aeb5 (patch)
treeb27f5a64d8f95a6ea4825d1ab4291afe6c0a333b /README.md
parentb844a9c7f1ca792a1dfb0c09d5dae576178e6729 (diff)
downloadlibffi-4c775d7cd6e914c6a2f66465497106cff360aeb5.tar.gz
Update for pending 3.4 release.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7f7090..c917e88 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Status
[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi)
[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi)
-libffi-3.3 was released on November 23, 2019. Check the libffi web
+libffi-3.4 was released on TBD. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -196,6 +196,11 @@ History
See the git log for details at http://github.com/libffi/libffi.
+ 3.4 TBD
+ Add support for Intel Control-flow Enforcement Technology (CET).
+ Fix 32-bit PPC regression.
+ Fix MIPS soft-float problem.
+
3.3 Nov-23-19
Add RISC-V support.
New API in support of GO closures.