Update version to 2.0.2 stable v2.0.2
authorDavid Goulet <dgoulet@efficios.com>
Thu, 14 Jun 2012 17:58:41 +0000 (13:58 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Jun 2012 17:58:41 +0000 (13:58 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 7999aca5b0853e6bcabdcf543f37d7b41fc628a5..e036bd5fe6eb149f499f9b94c5822d690d7e14d6 100644 (file)
--- 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
index e3c8d07191aa0efcd93ef4396b6394a8345a4d0f..aa9b6da523846d926fcf88ec372cc5e24c09d6e1 100644 (file)
@@ -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
This page took 0.026775 seconds and 4 git commands to generate.