From: Mathieu Desnoyers Date: Fri, 3 Jun 2022 19:53:42 +0000 (-0400) Subject: Version 2.12.5 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=dd234c987d00b5fc58310be87b7130a61c25c18d;p=lttng-ust.git Version 2.12.5 Signed-off-by: Mathieu Desnoyers Change-Id: I72006c47fe7476369d27e8a4e36b68bd70ee1d83 --- diff --git a/ChangeLog b/ChangeLog index 0c088ff4..7b7afd8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 + * Fix: remove non-async-signal-safe fflush from ERR() + * Fix: statedump: invalid read during iter_end + * Fix: bytecode interpreter context_get_index() leaves byte order uninitialized + 2022-03-25 (National Waffle Day) lttng-ust 2.12.4 * fix: __STDC_VERSION__ can be undefined in C++ * Fix: concurrent exec(2) file descriptor leak diff --git a/configure.ac b/configure.ac index 7fe30a3c..80a03798 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], [4]) +m4_define([V_PATCH], [5]) 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.]])