From b52a910656ffff948f95c107dd35dc688b5d77c4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 4 Mar 2020 16:11:39 -0500 Subject: [PATCH] Version 2.12.0-rc2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40d8ecd9..cc563c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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 + * Fix: jhash.h: remove out-of-bound reads + * Cleanup: remove trailing white spaces across project + * Fix: lttng-ust-comm.c: return number of fd rather size of array + * liblttng-ust: exit loop early on event enabler match + * Add git-review config + 2020-02-05 (National Weatherperson's Day) lttng-ust 2.12.0-rc1 * Fix: build with -fno-common * Bump LTTNG_UST_ABI_MINOR_VERSION to 1 diff --git a/configure.ac b/configure.ac index bfada519..6344730f 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], [rc1]) +m4_define([V_EXTRA], [rc2]) 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