From a193d7cd605e2f9f61ed403e6760e73e7fa45248 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Jun 2017 18:26:49 -0400 Subject: [PATCH] Version 2.8.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28cdc3ca..8308616d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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 + * Fix: add missing getenv.h include to ustctl.c + * Fix: race between lttng-ust getenv() and application setenv() + * doc/man: add typical `$` and `#` prompts to command lines + * Fix: (un)install targets of Python agent + 2016-12-07 (National Earmuff Day) lttng-ust 2.8.2 * Fix: loglevel and model_emf_uri build fix * Fix: loglevel and model_emf_uri with g++ compiled probes diff --git a/configure.ac b/configure.ac index f896d2ff..2cfe7327 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], [2]) +m4_define([V_PATCH], [3]) 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