From 9901a96eaff271c2d3b595214213f6805ff803c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 2 Nov 2019 10:24:17 +0100 Subject: Release 0.4.31 --- RELEASE | 11 ++++++++++- meson.build | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 5219eab..b56af35 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,14 @@ +0.4.31 +====== + + - Fix OrcTargetPowerPCFlags enum typedef to revert API change on + macOS/iOS (Pablo Marcos Oltra) + - Fixes for various PowerPC issues (Doug Nazar) + - Enable flush-to-zero mode for float programs on ARM/neon (Doug Nazar) + - Fix some opcodes to support x2/x4 processing on PowerPC (Doug Nazar) + 0.4.30 -=================== +====== - Don't always generate static library but default to shared-only (Xavier Claessens) - Work around false positives in Microsoft UWP certification kit (Nirbheek Chauhan) diff --git a/meson.build b/meson.build index 7e6c626..41d5e5b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('orc', 'c', version : '0.4.30.1', +project ('orc', 'c', version : '0.4.31', meson_version : '>= 0.47.0', default_options : ['buildtype=debugoptimized', 'warning_level=1', -- cgit v1.2.3