From 9f10e482d6cc937acead52951cf69c553cd11e22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 9 Jan 2017 14:15:20 -0500 Subject: [PATCH] Update version to v2.8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 257e25e6d..cb1af280f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-01-09 lttng-tools 2.8.6 (National Cassoulet Day) + * Fix: consumerd: order of metadata cache vs stream lock + * Fix: add missing rcu_barrier before daemon teardown + * Fix: Add missing pthread.h include + * Fix: support for older versions of Babeltrace in test script + * Fix: reverse channel and metadata cache lock nesting order + 2017-01-07 lttng-tools 2.8.5 (National Bobblehead Day) * Fix: only lock the metadata_cache in userspace consumers * Fix: lock nesting order reversed diff --git a/configure.ac b/configure.ac index dd2679521..1c1db6caa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.8.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.8.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1