From 5d8027905c6bfca7a656474113611a298c020c4a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 11 Oct 2019 16:10:48 -0400 Subject: [PATCH] Version 2.11.0-rc5 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a416cdb3..5f11ba85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2019-10-11 (National Sausage Pizza Day) lttng-ust 2.11.0-rc5 + * 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.11.0-rc4 * 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 f05d8705..99593493 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [11]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc4]) +m4_define([V_EXTRA], [rc5]) 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