Version 2.9.7 stable-2.9 v2.9.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Oct 2019 19:26:22 +0000 (15:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Oct 2019 19:26:22 +0000 (15:26 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 9b9890066987cbf1a63fd895b08c6b45aad1301c..8b4389f760de7444c875fe3b85ebec1ba7a45057 100644 (file)
--- 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
index b133fbc8a222160d6288713ba3350e9c667a29fe..238cad3bfc6ee708b44da8dff54d67b429918bf5 100644 (file)
@@ -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])])
This page took 0.026117 seconds and 4 git commands to generate.