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
- version update to 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)
+ Thread-safety improvements around orc codemem
allocation/freeing
+ Add orc_parse_code() with more detailed error reporting
+ Implement Orc function lazy initialization correctly via atomic
operations
+ orc program parser fixes and improvements
+ build fixes and compiler warning fixes
+ coverity and clang scan-build static code analysis fixes
+ meson: Do not always generate static library for test library
+ ci improvements
-------------------------------------------------------------------
Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>