From 4e6d744499a2de990c5efa37e80bce4b28df8be0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 30 Sep 2022 14:36:27 -0400 Subject: [PATCH] Version 2.12.7 Signed-off-by: Mathieu Desnoyers Change-Id: Ie7ee76315f3966f3c0f9bad0d374287442f7f8a2 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 576ec5f9..9ba869c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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 + * Fix: lttng-ust-comm: wait on wrong child process + * fix: 'make dist' without javah + 2022-08-19 (National Potato Day) lttng-ust 2.12.6 * cleanup: remove stale comment * fix: Unify possible CPU number fallback diff --git a/configure.ac b/configure.ac index ef8ed8eb..4733ed86 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], [6]) +m4_define([V_PATCH], [7]) 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