Version 2.12.8 v2.12.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:32:14 +0000 (10:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:32:14 +0000 (10:32 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3d375552200c91887f1f89cf36097d587cb56eb9

ChangeLog
configure.ac

index 9ba869c88b4969d26ad549b9e62f128e56a73caf..dba6a46118ba656c49e0403318314fcb1248e37a 100644 (file)
--- 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
index 4733ed8619293aa86eefd9f84050d1fe3da43ebf..fd50f681f993f26c45508ddfb72d9c808d1b5c01 100644 (file)
@@ -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.]])
This page took 0.026462 seconds and 4 git commands to generate.