summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'] )