From db4a4c8735164155d64c87b80e6bee0f284fa652 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 2 Aug 2017 12:39:22 -0400 Subject: [PATCH] Version 2.8.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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])]) -- 2.34.1