From ee9dc308bb97db5f20ada873141da5ec52d80571 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 14 Jun 2012 13:58:41 -0400 Subject: [PATCH] Update version to 2.0.2 stable Signed-off-by: David Goulet --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7999aca5b..e036bd5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-06-14 lttng-tools 2.0.2 + * Fix: enable event with different loglevel error + * Fix: move memset in channel_set_attr after NULL check + * Fix: close all file descriptors when executed as daemon + * Fix: clang llvm warnings + * Add CodingStyle to tarball + * Add coding style document + 2012-04-19 lttng-tools 2.0.1 * Fix: test script for kernel module validation * Fix: report error to client on consumerd error diff --git a/configure.ac b/configure.ac index e3c8d0719..aa9b6da52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.2],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1