Update version to v2.8.4 v2.8.4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2017 19:59:46 +0000 (14:59 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2017 19:59:46 +0000 (14:59 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index bb3058021f0819d8e4501f5e025afdc0a5daf2a4..f7ce130456f3250fe7c68ef8ea6afb70a59539b7 100644 (file)
--- 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
index 6822354008d733fad95b4adfb75f9d4db3d9d5f9..212b265c53b99aafd7eee5202493a2a1940b0c7a 100644 (file)
@@ -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])
This page took 0.027083 seconds and 4 git commands to generate.