summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-10-29 23:34:59 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-10-31 18:16:26 +0000
commitbe26150a7ab2e19a0f9384109b97b6ed9c805cf6 (patch)
tree05abe8866046091a6c92251b411ebf25d5ae251b
parent3670a76c162c4b22f939e0a414df97f0732db251 (diff)
Release 0.4.330.4.33master
Fixes #42
-rw-r--r--RELEASE18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index b412536..6a15b6b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,21 @@
+0.4.33
+======
+
+ - Add support for aarch64 (64-bit ARM) architecture (not yet enabled on Windows though)
+ (Marek Vasut, Dongju Chae, Gaetan Bahl)
+ - aarch32: Implement loadupdb instruction used e.g. for video pixel
+ format packing/unpacking/conversions (Marek Vasut, Gaetan Bahl)
+ - neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl
+ (Daniel Knobe)
+ - neon: Fix testsuite not passing on arm CPUs (Gaetan Bahl)
+ - orccodemem: Fix use-after-free in error paths (Bastien Nocera)
+ - orccpu-powerpc: Fix build with kernel < 4.11 (Fabrice Fontaine)
+ - Add support for macOS Hardened Runtime (Doug Nazar)
+ - Enable only SSE and MMX backends for Windows (Seungha Yang)
+ - Fix ORC_RESTRICT definition for MSVC (Tim-Philipp Müller)
+ - pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for static-only builds
+ (Steve Lhomme)
+
0.4.32
======
diff --git a/meson.build b/meson.build
index f08dee8..b361563 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.32',
+project ('orc', 'c', version : '0.4.33',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )