summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-11-02 10:24:17 +0100
committerSebastian Dröge <sebastian@centricular.com>2019-11-02 10:24:17 +0100
commit9901a96eaff271c2d3b595214213f6805ff803c8 (patch)
tree9f0fba5817b294cc7e10f9513dd7dbf09a3f5325
parent4d3fb1961cd065dfc835e1fc1a03918daf7bf134 (diff)
Release 0.4.310.4.31
-rw-r--r--RELEASE11
-rw-r--r--meson.build2
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',