summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 9131e99..d352354 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,14 @@
+0.4.37
+======
+
+- enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
+- orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge)
+- MMX backend fixes (L. E. Segovia, Jorge Zapata)
+- testsuite: Build fixes for Clang (L. E. Segovia)
+- testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia)
+- orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué)
+- macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)
+
0.4.36
======
diff --git a/meson.build b/meson.build
index 36fd9df..5c32ad4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.36.1',
+project ('orc', 'c', version : '0.4.37',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )