Version 2.12.4 v2.12.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Mar 2022 18:00:18 +0000 (14:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Mar 2022 18:00:18 +0000 (14:00 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifdb806cb6fb3c282131e5417019d0fdef96faeda

ChangeLog
configure.ac

index 79ec4c884519b6884184f1721f3ea221a7fadca1..0c088ff41203dd71b5827673014789a679c93c07 100644 (file)
--- 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
index 019d9753effd82a383c2e3e0f4c501b104314fa4..7fe30a3cc5ba561f5d6f320c6f69db246112b2e1 100644 (file)
@@ -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.]])
This page took 0.026602 seconds and 4 git commands to generate.