From: Mathieu Desnoyers Date: Sat, 7 Sep 2019 11:52:51 +0000 (+0100) Subject: Version 2.9.6 X-Git-Tag: v2.9.6^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=de5162818002ef65a268f426089ea974bf2e5564 Version 2.9.6 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 24e70732..9b989006 100644 --- 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 diff --git a/configure.ac b/configure.ac index 1b1aef39..b133fbc8 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], [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])])