Version 2.11.2 v2.11.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Apr 2020 13:44:49 +0000 (09:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Apr 2020 13:44:49 +0000 (09:44 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 2729052a94c7a2dbf2938967d42e4b63c6baecde..171414402b06c1396cf6956e5cda7135ad3b6c94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-04-08 (The Day After National Beer Day) lttng-ust 2.11.2
+       * Fix: v.u.d might be uninitialized
+
 2020-03-04 (National Grammar Day) lttng-ust 2.11.1
        * Fix: set FD_CLOEXEC on incoming FDs.
        * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables
index 8d6764f04c7398ed1cf59fccc8a06683da410c2c..067eaaa19ed5e8fe9cc05ef31fdef4e878471fcc 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [11])
-m4_define([V_PATCH], [1])
+m4_define([V_PATCH], [2])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[Lafontaine]])
 m4_define([V_DESC], [[A modern Saison beer from MontrĂ©al's Oshlag microbrewery, Lafontaine is a refreshing, zesty, rice beer with hints of fruit and spices.]])
This page took 0.026259 seconds and 4 git commands to generate.