Update for pending 3.4 release.
authorMoxie Bot <bot@moxielogic.com>
Sat, 22 Feb 2020 03:12:34 +0000 (22:12 -0500)
committerMoxie Bot <bot@moxielogic.com>
Sat, 22 Feb 2020 03:12:34 +0000 (22:12 -0500)
README.md

index f7f70902c5d2ac95d4f4f350d3e258b100ed3060..c917e8876f886a0b00a858587a8e7c2e4944c99a 100644 (file)
--- 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.