From: Mathieu Desnoyers Date: Wed, 7 Jun 2023 14:32:14 +0000 (-0400) Subject: Version 2.12.8 X-Git-Tag: v2.12.8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.12.8;p=lttng-ust.git Version 2.12.8 Signed-off-by: Mathieu Desnoyers Change-Id: I3d375552200c91887f1f89cf36097d587cb56eb9 --- 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.]])