Bjørn Lie 2023-06-08 09:59:56 +00:00 committed by Git OBS Bridge
parent ed6345a354
commit 269340082d

View File

@ -2,17 +2,16 @@
Wed Jun 7 13:37:52 UTC 2023 - pgajdos@suse.com Wed Jun 7 13:37:52 UTC 2023 - pgajdos@suse.com
- version update to 0.4.34 - version update to 0.4.34
+ Thread-safety improvements around orc codemem allocation/freeing + Thread-safety improvements around orc codemem
(Seungha Yang) allocation/freeing
+ Add orc_parse_code() with more detailed error reporting (Francesco Romani) + Add orc_parse_code() with more detailed error reporting
+ Implement Orc function lazy initialization correctly via atomic operations + Implement Orc function lazy initialization correctly via atomic
(Sebastian Dröge) operations
+ orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge) + orc program parser fixes and improvements
+ build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller, + build fixes and compiler warning fixes
Sebastian Dröge) + coverity and clang scan-build static code analysis fixes
+ coverity and clang scan-build static code analysis fixes (Sebastian Dröge) + meson: Do not always generate static library for test library
+ meson: Do not always generate static library for test library (Jeremy Bicha) + ci improvements
+ ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>