From baab46b483e6f9352412205a5b12f88bc96c48ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 6 Jan 2017 14:59:46 -0500 Subject: [PATCH] Update version to v2.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb3058021..f7ce13045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-01-06 lttng-tools 2.8.4 ("Wheel Of Fortune" debuts on NBC) + * Fix: lttng-relayd: forcefully close stream on relayd shutdown + * Fix: protect the channel's metadata stream using the metadata cache lock + * Fix: double unlock of metadata mutex on error + * Fix: add element length check in lttng_index_file_open + * Fix: free previous instance of url (alloc_url) on default live url assignation + * Fix: relayd vs consumerd compatibility + 2016-12-01 lttng-tools 2.8.3 (National Pie Day) * Fix: truncate the metadata file in shm-path * Fix: add missing refcount of loaded modules diff --git a/configure.ac b/configure.ac index 682235400..212b265c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.8.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.8.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1