From f6d8f8f383c40b07f935f4d1b767907e6374c36a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 8 Apr 2020 09:44:49 -0400 Subject: [PATCH] Version 2.11.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2729052a..17141440 100644 --- 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 diff --git a/configure.ac b/configure.ac index 8d6764f0..067eaaa1 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]]) -- 2.34.1