From: Mathieu Desnoyers Date: Wed, 7 Jun 2023 14:46:54 +0000 (-0400) Subject: Version 2.13.6 X-Git-Tag: v2.13.6 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8;p=lttng-ust.git Version 2.13.6 Signed-off-by: Mathieu Desnoyers Change-Id: I4f19ec2b5e67566f3a73f2452d64ebb652d4890d --- diff --git a/ChangeLog b/ChangeLog index 4da3ec12..a14b1569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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 + * Fix: c99: use __asm__ __volatile__ + * Fix: c99: static assert: clang build fails due to multiple typedef + * Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time tracepoint.h is included + * Fix: trace events in C++ constructors/destructors + * Fix: trace events in C constructors/destructors + * Fix: use unaligned pointer accesses for lttng_inline_memcpy + 2022-09-30 (National Day for Truth and Reconciliation) lttng-ust 2.13.5 * Fix: bytecode validator: reject specialized load field/context ref instructions * Fix: bytecode validator: reject specialized load instructions diff --git a/configure.ac b/configure.ac index e0d6c163..280f8833 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], [5]) +m4_define([ust_version_patch], [6]) 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é]])