From 83aac6e3a2bab1aca70278afe79821e8b64f2f00 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 13 Feb 2012 10:40:57 -0500 Subject: [PATCH] Update version to 2.0-pre21 Signed-off-by: David Goulet --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21ee8a643..a1d4afdfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-13 lttng-tools 2.0-pre21 + * Fix licensing for hashtable/utils.c + * Print loglevel value in list -u + * Remove " from MSG() when no loglevel is selected + * Initial import of man lttng.1 and lttng-sessiond.8 + * Fix memory leak master + 2012-02-09 lttng-tools 2.0-pre20 * New lttng view command * Multiple loglevel fixes diff --git a/configure.ac b/configure.ac index ffd54e2e6..f0c52dcbe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre20],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre21],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1