From a09ffaece6202c9945abc8bd3069ac7383f09edf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 3 Aug 2017 15:15:53 -0400 Subject: [PATCH] Update version to v2.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67ede029c..fff44e439 100644 --- 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 diff --git a/configure.ac b/configure.ac index 749924441..712a71d38 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.34.1