From 3df9eaf3b25c6c5f08171105deec11c5671e4b35 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 12 Aug 2011 14:34:55 -0400 Subject: [PATCH] Update version to 2.0-pre11 Signed-off-by: David Goulet --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55a427746..7af930286 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-08-12 lttng-tools 2.0-pre11 + * New lttng API using the lttng_handle + * Multiple fixes of kernel consumer + * Register the consuming function and add a library context + * Kernel consumer fix mmap/munmap + * lttng-sessiond-comm header has been privatize + * Kernel traces are written in the kernel/ directory + * Add underscore to enable-channel command options + 2011-07-29 lttng-tools 2.0-pre6 * Fix enable multiple events * Add function entry feature diff --git a/configure.ac b/configure.ac index b88642962..16d3dd6db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre10], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre11], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1