From: Jérémie Galarneau Date: Sat, 7 Jan 2017 21:24:32 +0000 (-0500) Subject: Update version to v2.8.5 X-Git-Tag: v2.8.5^0 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=baeec542869846dd885d992795405907878c6d9a Update version to v2.8.5 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index f7ce13045..257e25e6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 + 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 diff --git a/configure.ac b/configure.ac index 212b265c5..dd2679521 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.8.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.8.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])