Version 2.9.6 v2.9.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 11:52:51 +0000 (12:52 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 11:52:51 +0000 (12:52 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 24e70732b6d2d2ddbfcfd326723df7c5ba2bd8b7..9b9890066987cbf1a63fd895b08c6b45aad1301c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
+       * Fix: remove uninitialised value
+       * Fix: GCC unaligned pointer warnings
+       * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
+       * Fix: missing define when not building with gcc
+       * Fix: client_sequence_number may dereference NULL pointer
+       * Fix: namespace our gettid wrapper
+
 2019-05-24 (Scavenger Hunt Day) lttng-ust 2.9.5
        * Cleanup: bitfields: streamline use of underscores
        * Silence compiler "always false comparison" warning
index 1b1aef393099102f64db0fdda6365742e13beec7..b133fbc8a222160d6288713ba3350e9c667a29fe 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], [5])
+m4_define([V_PATCH], [6])
 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.026419 seconds and 4 git commands to generate.