From 9da221419d76304ace0cb22bc44f840d4a09a38a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 30 Nov 2017 15:57:58 +0100 Subject: [PATCH] Version 2.10.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e8dba5f..2fcf7422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-11-30 (National Mason Jar Day) lttng-ust 2.10.1 + * 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 + 2017-08-01 (World Wide Web Day) lttng-ust 2.10.0 * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables diff --git a/configure.ac b/configure.ac index 96043f38..f90c5baa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) -m4_define([V_PATCH], [0]) +m4_define([V_PATCH], [1]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[KeKriek]]) m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) -- 2.34.1