From de5162818002ef65a268f426089ea974bf2e5564 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 7 Sep 2019 12:52:51 +0100 Subject: [PATCH] Version 2.9.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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])]) -- 2.34.1