Update version to v2.9.2 v2.9.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 7 Jan 2017 21:24:59 +0000 (16:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 7 Jan 2017 21:24:59 +0000 (16:24 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 78da1f7dd7613469d0950e7a8fbd64153660a749..ed232c8e9af9bd570aa80a1f21672c68201e0af8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-07 lttng-tools 2.9.2 (National Bobblehead Day)
+       * Fix: only lock the metadata_cache in userspace consumers
+       * Fix: lock nesting order reversed
+
 2017-01-06 lttng-tools 2.9.1 ("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
index 3aedfbbda0d7f69eb63e72174aecfbb68f815285..980012a3161a8f49cb52963d1ea538af5059c18a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.9.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.9.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029051 seconds and 4 git commands to generate.