From 2f14557f4175ac05f4ea74ff858be44706118464 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 5 Jan 2022 16:11:27 -0500 Subject: [PATCH] Version 2.12.3 Signed-off-by: Mathieu Desnoyers Change-Id: Ifbf2f5d985efc5358255e2dd9f068b4a94485638 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b4a6295..79ec4c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-01-05 (National Bird Day) lttng-ust 2.12.3 + * Fix: ust-cancelstate: include string.h for strerror + * Fix: lttng-ust-fd: remove lttng_ust_common_ctor call + * Fix: nestable pthread cancelstate + * Fix: abort on decrement_sem_count during concurrent tracing start and teardown + * fix: liblttng-ust-fd async-signal-safe close() + * Set git-review branch to stable-2.12 + * fix: link benchmark with pthread + * Fix: liblttng-ust-ctl have dependencies on liburcu + * Fix: add extern "C" to two header files + 2021-05-15 (National Dance Like a Chicken Day) lttng-ust 2.12.2 * tests: benchmark: improve benchmark scalability accuracy * tests: benchmark: use cpu-bound workload, calculate average and std.dev. diff --git a/configure.ac b/configure.ac index c9a963af..8a16ec76 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], [2]) +m4_define([V_PATCH], [3]) 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