Version 2.12.0-rc2 v2.12.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Mar 2020 21:11:39 +0000 (16:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Mar 2020 21:11:39 +0000 (16:11 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 40d8ecd961718df3651068809bf164da9f822730..cc563c1ebcccf116483f9aa2ccb0bd6855c63bc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
+       * Fix: jhash.h: remove out-of-bound reads
+       * Cleanup: remove trailing white spaces across project
+       * Fix: lttng-ust-comm.c: return number of fd rather size of array
+       * liblttng-ust: exit loop early on event enabler match
+       * Add git-review config
+
 2020-02-05 (National Weatherperson's Day) lttng-ust 2.12.0-rc1
        * Fix: build with -fno-common
        * Bump LTTNG_UST_ABI_MINOR_VERSION to 1
index bfada519c7b8aa6f2b14d6abc6c0e738f2ad8924..6344730f90eaa94dbfeb0a4036687b5105f753b2 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], [rc1])
+m4_define([V_EXTRA], [rc2])
 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.025932 seconds and 4 git commands to generate.