From 7d5bbada3f1c6cf34182abccf47a34d79b83fa97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 29 May 2023 10:53:05 +0100 Subject: [PATCH] Release 0.4.34 Part-of: --- RELEASE | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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'] ) -- 2.7.4