From 26752e5ddc0333150a38a4668bcaced571833628 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 30 Nov 2017 14:21:30 +0100 Subject: [PATCH] Version 2.9.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ca81de0e..66174c5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2017-11-30 (National Mason Jar Day) lttng-ust 2.9.2 + * Fix: specify SONAME in python-lttngust LoadLibrary + * Fix: ensure fd tracker is initialized when called from constructors + * Fix: fd of an elf object must be registered to the fd tracker + * Fix: liblttng-ust-fd.so: override fclose symbol + * Fix: lttng-gen-tp: only replace file extension + * Fix: move fsync after ftruncate + * Fix: sync buffer file metadata on buffer allocation + * 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.9.1 * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined * Fix: Quote CMAKE variable assignment in Makefile diff --git a/configure.ac b/configure.ac index e2e1203a..9141bb77 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], [1]) +m4_define([V_PATCH], [2]) 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