diff --git a/orc.changes b/orc.changes index 77d23e6..61712c8 100644 --- a/orc.changes +++ b/orc.changes @@ -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