From: David Goulet Date: Fri, 12 Aug 2011 18:34:55 +0000 (-0400) Subject: Update version to 2.0-pre11 X-Git-Tag: v2.0-pre11 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3df9eaf3b25c6c5f08171105deec11c5671e4b35;hp=def15da36e82f865ea2ff37dd73132741dfc3399 Update version to 2.0-pre11 Signed-off-by: David Goulet --- 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