From: Mathieu Desnoyers Date: Wed, 2 Aug 2017 16:39:22 +0000 (-0400) Subject: Version 2.8.4 X-Git-Tag: v2.8.4^0 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=db4a4c8735164155d64c87b80e6bee0f284fa652;hp=5490b085142c3c6ba72e120378d1ac765bd96b02 Version 2.8.4 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 8308616d..2fd0e8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-08-02 (National Coloring Book Day) lttng-ust 2.8.4 + * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables + * Fix: Expand the shmobj size for the sequence number + 2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.8.3 * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined * Fix: Don't override user variables within the build system diff --git a/configure.ac b/configure.ac index 2cfe7327..b48f91d1 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], [8]) -m4_define([V_PATCH], [3]) +m4_define([V_PATCH], [4]) 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])])