Version 2.13.6 v2.13.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:46:54 +0000 (10:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:46:54 +0000 (10:46 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I4f19ec2b5e67566f3a73f2452d64ebb652d4890d

ChangeLog
configure.ac

index 4da3ec12a5aa44dd39387c78636fbf271ad62a51..a14b15691747985ef744d3a595043159a12d0cd7 100644 (file)
--- 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
index e0d6c163f6c42df9830c9ba4a947fc649ba58b1f..280f8833857316d75e7fdb9e6d1bd83f3fde1531 100644 (file)
@@ -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é]])
This page took 0.026978 seconds and 4 git commands to generate.