From 1a90cb6a3689138a8f181164d465099a0a9968be Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 17 Oct 2019 15:26:22 -0400 Subject: [PATCH] Version 2.9.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b989006..8b4389f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2019-10-17 (Wear Something Gaudy Day) lttng-ust 2.9.7 + * 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.9.6 * 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 b133fbc8..238cad3b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [9]) -m4_define([V_PATCH], [6]) +m4_define([V_PATCH], [7]) dnl m4_define([V_EXTRA], []) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) -- 2.34.1