From 965cd4aa8467af24005685133bfdb4d811d17840 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 27 Mar 2020 10:29:52 -0400 Subject: [PATCH] Version 2.12.0-rc3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc563c1e..81b0e93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2020-03-27 (International Stay At Home Month) lttng-ust 2.12.0-rc3 + * Fix: v.u.d might be uninitialized + 2020-03-04 (National Grammar Day) lttng-ust 2.12.0-rc2 * Fix: set FD_CLOEXEC on incoming FDs. * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables diff --git a/configure.ac b/configure.ac index 6344730f..597a13ef 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [12]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc2]) +m4_define([V_EXTRA], [rc3]) 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