From 52ffda46b95f627dd67c8e01c01284ddc33336cc Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 28 Jul 2011 15:33:11 -0400 Subject: [PATCH] Update version to 2.0-pre5 Signed-off-by: David Goulet --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed03c5990..bf2baea98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-23 lttng-tools 2.0-pre5 + * Fix Add context command + * Fix auto session path creation + * Fix bad strncmp at channel creation + 2011-07-23 lttng-tools 2.0-pre4 * Fix kprobe attributes * Fix channel creation when not found at event enable diff --git a/configure.ac b/configure.ac index b56665de0..9675ae0b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre4], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre5], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1