From: Mathieu Desnoyers Date: Wed, 10 Jan 2024 19:52:19 +0000 (-0500) Subject: Version 2.13.7 X-Git-Tag: v2.13.7 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.13.7;p=lttng-ust.git Version 2.13.7 Signed-off-by: Mathieu Desnoyers Change-Id: Iee4bc205d7f0a778d6ee5a4789d9cadd1e6e3bed --- diff --git a/ChangeLog b/ChangeLog index a14b1569..89b28996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2024-01-10 (National Houseplant Appreciation Day) lttng-ust 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 + 2023-06-07 (National VCR Day) lttng-ust 2.13.6 * Fix: segmentation fault on filter interpretation in "switch" mode * Fix: `ip` context is expressed as a base-10 field diff --git a/configure.ac b/configure.ac index cf331a02..7155fc1c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script. # Project version information m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) -m4_define([ust_version_patch], [6]) +m4_define([ust_version_patch], [7]) m4_define([ust_version_dev_stage], []) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]])