From b7f2d48c9eaa00823d644177202a3d8a346778c7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 May 2021 15:02:08 -0400 Subject: [PATCH] Version 2.12.2 Signed-off-by: Mathieu Desnoyers Change-Id: I787648f1b103a8d18150e64a09a57104db293004 --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 82c1f375..0b4a6295 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2021-05-15 (National Dance Like a Chicken Day) lttng-ust 2.12.2 + * 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.12.1 * Fix: Use default visibility for tracepoint provider symbol * Fix: configure: support Autoconf 2.70 diff --git a/configure.ac b/configure.ac index a7ec5a51..9fde055e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [12]) -m4_define([V_PATCH], [1]) +m4_define([V_PATCH], [2]) dnl m4_define([V_EXTRA], []) 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.]]) -- 2.34.1