From 269340082d6ec943f949a59ab7e81cd1cbcb3f397fc93e866af7459032b8abe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 8 Jun 2023 09:59:56 +0000 Subject: [PATCH] tweak .changes OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=80 --- orc.changes | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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