diff --git a/lttng-ust-2.13.6.tar.bz2 b/lttng-ust-2.13.6.tar.bz2 deleted file mode 100644 index 358b82036b88b8a024ef041153ad97736369f04b..0000000000000000000000000000000000000000 Binary files a/lttng-ust-2.13.6.tar.bz2 and /dev/null differ diff --git a/lttng-ust-2.13.7.tar.bz2 b/lttng-ust-2.13.7.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..d040aa0653a32cb2a253f5653dc065d2ab445425 Binary files /dev/null and b/lttng-ust-2.13.7.tar.bz2 differ diff --git a/lttng-ust.spec b/lttng-ust.spec index d482432ec68b69b93d4ec18a2334eb9944798dd3..3a50bb703198bfc679e58f094d2ae9aff663a881 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,5 +1,5 @@ Name: lttng-ust -Version: 2.13.6 +Version: 2.13.7 Release: 1 Summary: LTTng Userspace Tracer library License: LGPLv2 and GPLv2 and MIT @@ -62,6 +62,21 @@ make check %{_docdir}/%{name}/* %changelog +* Wed Jan 24 2024 liuchao - 2.13.7-1 +- Update to 2.13.7: + - fix: invoke MKDIR_P before changing directories + - fix: -Wsingle-bit-bitfield-constant-conversion with clang16 + - fix: clean java inner class files in examples + - Introduce sync vs unsync enablers + - Fix: misaligned urcu reader accesses + - ustfork: Fix warning about volatile qualifier + - ustfork: Fix possible race conditions + - Fix: tracepoint: Remove trailing \ at the end of macro + - fix: python agent: use stdlib distutils when setuptools is installed + - fix: python agent: install on Debian python >= 3.10 + - fix: python agent: Add a dependency on generated files + - python: use setuptools with python >= 3.12 + * Fri Aug 25 2023 sunhui - 2.13.6-1 - Update package to version 2.13.6