From 8be567a49c92924d7eec3dfa5839a58acb7050e9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 May 2021 15:03:51 -0400 Subject: [PATCH] Version 2.11.4 Signed-off-by: Mathieu Desnoyers Change-Id: Ia4d5f3991eac4df5f404a86ca392068943eed564 --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 118f7970..d55b28c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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. + * tests: improve benchmark script + * compiler warning cleanup: is_signed_type: compare -1 to 1 + * Fix: properly compare type enumeration + * fix: use the configured cmake binary + * Fix: bytecode linker: validate event and field array/sequence encoding + * fix: unix socket peercred on FreeBSD + * Fix: uninitialized variable in lib_ring_buffer_channel_switch_timer_start + * Fix: Use unix socket peercred for pid, uid, gid credentials + * Fix: stream fd leaks on error + * Fix: channel leak on error + * Fix: lttng_abi_map_channel should be static + 2021-02-17 (Random Act of Kindness Day) lttng-ust 2.11.3 * Fix: Use default visibility for tracepoint provider symbol * Fix: configure: support Autoconf 2.70 diff --git a/configure.ac b/configure.ac index 2264e503..d51bed46 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], [3]) +m4_define([V_PATCH], [4]) 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