From d6fa0093c50c3dedf28b9ed784e6fc1e1b7ac604 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 25 Aug 2011 17:36:04 -0400 Subject: [PATCH] Update version to 2.0-pre12 Signed-off-by: David Goulet --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7af930286..0468b7bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-08-25 lttng-tools 2.0-pre12 + * Multiple fixes + * Fix kconsumerd handling custom channel output + * Add lttng_register_consumer to register a custom consumer + * Add multiples tests of the session daemon + * Default kernel channel size/number changed + * Support for UST application registration + * Import LTTng UST 2.0 ABI + * Send data to kconsumerd before tracing start + * Export API of lib kernel consumer (liblttngkconsumerd) + 2011-08-12 lttng-tools 2.0-pre11 * New lttng API using the lttng_handle * Multiple fixes of kernel consumer diff --git a/configure.ac b/configure.ac index 026988853..62c892de1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre11], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre12], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1