Update version to v2.10.1 v2.10.1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Aug 2017 19:15:53 +0000 (15:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Aug 2017 19:15:53 +0000 (15:15 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 67ede029c5051d9d9d743beb4ce18670e076bae2..fff44e4394286c56ef79101c7c691ccd245d8a33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-03 lttng-tools 2.10.1 (Watermelon Day)
+       * Typo: occured -> occurred
+       * Fix: uninitialized return value on error path
+       * Fix: ensure kernel context is in a list before trying to delete it
+
 2017-08-01 lttng-tools 2.10.0 (World Wide Web Day)
        * lttng enable-channel: disallow --overwrite and --blocking-timeout
        * lttng-enable-channel(1): reword --blocking-timeout, document in description
index 749924441153b8c29712eb562ad9f62d746b796c..712a71d38c3ff83d07d35caec7174114be474b6f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.10.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.10.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027126 seconds and 4 git commands to generate.