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

index 69134f0b624b1719e15ef17c35c4a69cdafd7277..78da1f7dd7613469d0950e7a8fbd64153660a749 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
+       * 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
+       * lttng-add-context(1): add missing man: prefix
+
 2016-11-29 lttng-tools 2.9.0 (National Square Dance Day)
        * Add 2.9.0 release beer description
        * lttng-add-context(1): fix style
index 083d600c4f115c7d79da33d8f0ee92122ceb3bb1..3aedfbbda0d7f69eb63e72174aecfbb68f815285 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.9.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.9.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.029914 seconds and 5 git commands to generate.