From 58bd2e41b5ecaa67101c5472d959ffba980e12b1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 17 Oct 2019 15:30:49 -0400 Subject: [PATCH] Version 2.10.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f57b717..ec67174b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.10.6 + * Fix: lttng perf counter deadlock + * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs" + * Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs + * Fix: fd tracker: provide async-signal-safety for close wrapper + * Fix: Disable cancellation around fd tracker lock + * Fix: Lock FD tracker across fork + * doc/man: include build version in GitHub links + * Check if the AR environment variable exists for cross compilation + 2019-09-07 (Walter White's Anniversary) lttng-ust 2.10.5 * Fix: don't wait for initial statedump when 0 session active * Fix: wait for initial statedump before proceeding to the main program diff --git a/configure.ac b/configure.ac index 3e0b9b13..48330b09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) -m4_define([V_PATCH], [5]) +m4_define([V_PATCH], [6]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[KeKriek]]) m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) -- 2.34.1