From 5e96e15dc761cc835e006bdb55f3148db57c0fb1 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 27 Jul 2011 16:32:27 -0400 Subject: [PATCH 1/1] Update version to 2.0-pre4 Signed-off-by: David Goulet --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e64e8bb2..ed03c5990 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-07-23 lttng-tools 2.0-pre4 + * Fix kprobe attributes + * Fix channel creation when not found at event enable + * Add safe list iteration + * Add two tests into the git tree + * Kernel consumer can be put in debug mode with -vv + * Trace path is now created on the client side + 2011-07-23 lttng-tools 2.0-pre3 * Fix perf hw cache counter config values diff --git a/configure.ac b/configure.ac index d6b8d09cb..b56665de0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre3], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre4], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1