From: Mathieu Desnoyers Date: Wed, 5 Jan 2022 21:15:00 +0000 (-0500) Subject: Version 2.11.5 X-Git-Tag: v2.11.5^0 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=df6f715159fc53cd02d877106a530ac6979ce157 Version 2.11.5 Signed-off-by: Mathieu Desnoyers Change-Id: I66c9383cdfb1d279a25bf428c75fb031d7a44c32 --- diff --git a/ChangeLog b/ChangeLog index d55b28c0..e2d5766c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-01-05 (National Bird Day) lttng-ust 2.11.5 + * Set git-review branch to stable-2.11 + * fix: allow building with userspace-rcu 0.13 + 2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.11.4 * tests: benchmark: improve benchmark scalability accuracy * tests: benchmark: use cpu-bound workload, calculate average and std.dev. diff --git a/configure.ac b/configure.ac index a4fb3082..0cf3fdca 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], [4]) +m4_define([V_PATCH], [5]) 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.]])