Version 2.12.3 v2.12.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 21:11:27 +0000 (16:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 21:11:27 +0000 (16:11 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifbf2f5d985efc5358255e2dd9f068b4a94485638

ChangeLog
configure.ac

index 0b4a629522e38ca1ab088f27c238eba0ecbd895a..79ec4c884519b6884184f1721f3ea221a7fadca1 100644 (file)
--- 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.
index c9a963afdeab9af6c3c0f109ef9d609fbcb0ca7f..8a16ec76d7208409a218f9ba03b580e67ef557e6 100644 (file)
@@ -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.]])
This page took 0.026442 seconds and 4 git commands to generate.