summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-05-29 10:53:05 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-05-30 00:01:25 +0000
commit7d5bbada3f1c6cf34182abccf47a34d79b83fa97 (patch)
tree10018cfd8563a1572dfc4ce1be398f7eeb05d33b
parent66c6f191cad8233fd4e238ff626e3a91415e8d4a (diff)
Release 0.4.340.4.34
Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/102>
-rw-r--r--RELEASE15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 6a15b6b..26bc29a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,18 @@
+0.4.34
+======
+
+ - Thread-safety improvements around orc codemem allocation/freeing
+ (Seungha Yang)
+ - Add orc_parse_code() with more detailed error reporting (Francesco Romani)
+ - Implement Orc function lazy initialization correctly via atomic operations
+ (Sebastian Dröge)
+ - orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
+ - build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
+ Sebastian Dröge)
+ - coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
+ - meson: Do not always generate static library for test library (Jeremy Bicha)
+ - ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)
+
0.4.33
======
diff --git a/meson.build b/meson.build
index b1901d3..d83441c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.33.1',
+project ('orc', 'c', version : '0.4.34',
meson_version : '>= 0.55.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1'] )