From 9099276da36b32865307d5444a6a2639c510ee9c Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Jan 2014 12:58:34 -0500 Subject: [PATCH] Update version to v2.4.0-rc3 Signed-off-by: David Goulet --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30b3b22e6..f7be41e74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-01-14 lttng-tools 2.4.0-rc3 + * Fix: metadata stream should be always flagged as ready + * Fix: wrong check before destroying the viewer metadata stream + * Fix: race with the viewer and readiness of streams + * Fix: missing reset when listing UST fields for multiple PIDs + * Fix: filter: check binary op nesting + * Fix: relayd cmd line option for live port + * Fix: remove break in epoll loop of apps. thread + * Fix: wrong comment in snapshot public API + * Fix: clear the CTF traces when all the streams are closed + 2013-12-10 lttng-tools 2.4.0-rc2 * Fix: close connection on incompatible version check * Fix: fields alignements in live protocol diff --git a/configure.ac b/configure.ac index 72966a44d..6f180fad9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.4.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.4.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1