From: Mathieu Desnoyers Date: Fri, 25 Mar 2022 18:00:18 +0000 (-0400) Subject: Version 2.12.4 X-Git-Tag: v2.12.4^0 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=fd46f5c79a6a7178e35ce4f8ea21caa30da45cc4 Version 2.12.4 Signed-off-by: Mathieu Desnoyers Change-Id: Ifdb806cb6fb3c282131e5417019d0fdef96faeda --- diff --git a/ChangeLog b/ChangeLog index 79ec4c88..0c088ff4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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 + * Add 'domain' parameter to the Log4j 2.x agent + * fix: Convert custom loglevels in Log4j 2.x agent + * fix: coverity reported null returns in Log4j2 agent + * Add a Log4j 2.x Java agent + 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 diff --git a/configure.ac b/configure.ac index 019d9753..7fe30a3c 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], [3]) +m4_define([V_PATCH], [4]) 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.]])