Version 2.12.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Mar 2020 14:29:52 +0000 (10:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Mar 2020 14:29:52 +0000 (10:29 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index cc563c1ebcccf116483f9aa2ccb0bd6855c63bc1..81b0e93b59bff1dd765f0587098ef5930da7d3f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-03-27 (International Stay At Home Month) lttng-ust 2.12.0-rc3
+       * Fix: v.u.d might be uninitialized
+
 2020-03-04 (National Grammar Day) lttng-ust 2.12.0-rc2
        * Fix: set FD_CLOEXEC on incoming FDs.
        * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables
index 6344730f90eaa94dbfeb0a4036687b5105f753b2..597a13efc9375bd617cb90ea5ffcc7d0e1e0210a 100644 (file)
@@ -2,7 +2,7 @@ dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [12])
 m4_define([V_PATCH], [0])
-m4_define([V_EXTRA], [rc2])
+m4_define([V_EXTRA], [rc3])
 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.026501 seconds and 5 git commands to generate.