From: David Goulet Date: Thu, 14 Jun 2012 17:58:41 +0000 (-0400) Subject: Update version to 2.0.2 stable X-Git-Tag: v2.0.2^0 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ee9dc308bb97db5f20ada873141da5ec52d80571 Update version to 2.0.2 stable Signed-off-by: David Goulet --- 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