Version 2.10.6 v2.10.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Oct 2019 19:30:49 +0000 (15:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Oct 2019 19:30:49 +0000 (15:30 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 6f57b717a3984c12af6650c8394d9e9c90459adf..ec67174b48c9593f5f3c9b88cde7dd76d8aef548 100644 (file)
--- 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
index 3e0b9b137e51161647a4fe04cf5cb163d0f97a6d..48330b09252a41d416887fdc558033c9423159ad 100644 (file)
@@ -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.]])
This page took 0.025959 seconds and 4 git commands to generate.