From 63ba39774f3aa6c1fbca75a8ee8f1bab7a2ea3e6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 7 Jun 2023 10:32:14 -0400 Subject: [PATCH] Version 2.12.8 Signed-off-by: Mathieu Desnoyers Change-Id: I3d375552200c91887f1f89cf36097d587cb56eb9 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ba869c8..dba6a461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-06-07 (National VCR Day) lttng-ust 2.12.8 + * Fix: segmentation fault on filter interpretation in "switch" mode + * Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time tracepoint.h is included + * 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.12.7 * 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 4733ed86..fd50f681 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [12]) -m4_define([V_PATCH], [7]) +m4_define([V_PATCH], [8]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[(Ta) Meilleure]]) m4_define([V_DESC], [[Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to "Your best one", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness.]]) -- 2.34.1