From 68c1b3837781ca6d6c69c6d1b5a3fa38f76b1bfd Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 16 Feb 2012 13:23:46 -0500 Subject: [PATCH] Update version to v2.0-pre23 Signed-off-by: David Goulet --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5cff669ca..3a3546a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-02-16 lttng-tools 2.0-pre23 + * configure.ac: Fix consumerd64-libdir typo + * Fix existing session daemon check + * Fix missing session locks + * Fix return value on ust app session create + * Fix double start/stop trace + * Fix ust app session started state on start trace + * modprobe statedump, signal and timer lttng module + * Fix hyphens in man pages + 2012-02-14 lttng-tools 2.0-pre22 * Add the bash-completion file to the dist tarball * Add the LICENSE file too diff --git a/configure.ac b/configure.ac index 4662fa1ee..35e2bba3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre22],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre23],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1