From: Mathieu Desnoyers Date: Fri, 19 Aug 2022 20:20:55 +0000 (-0400) Subject: Version 2.12.6 X-Git-Url: http://git.efficios.com/?p=lttng-ust.git;a=commitdiff_plain;h=10845830b032088baee75de05807e2a794b9d5bc Version 2.12.6 Signed-off-by: Mathieu Desnoyers Change-Id: Id8598030a26685551a0f168497e8f806fc7461d5 --- diff --git a/ChangeLog b/ChangeLog index 7b7afd8b..576ec5f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2022-08-19 (National Potato Day) lttng-ust 2.12.6 + * cleanup: remove stale comment + * fix: Unify possible CPU number fallback + * Fix: remove unused align.h header + * fix: removed accidental VLA in _get_num_possible_cpus() + * Add unit tests for num possible cpus + * fix: num_possible_cpus() with hot-unplugged CPUs + * Fix: Use negative value for error code of lttng_ust_ctl_duplicate_ust_object_data + * Fix: sessiond wait futex: handle spurious futex wakeups + 2022-06-03 (National Repeat Day) (National Repeat Day) lttng-ust 2.12.5 * Document ust lock async-signal-safety * Fix: don't use strerror() from ust lock nocheck diff --git a/configure.ac b/configure.ac index ccb7117e..ef8ed8eb 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], [5]) +m4_define([V_PATCH], [6]) 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.]])