From: David Goulet Date: Tue, 14 Jan 2014 17:58:34 +0000 (-0500) Subject: Update version to v2.4.0-rc3 X-Git-Tag: v2.4.0-rc3 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=63d8f73cfe44078df838a039115bc2e24d317d0f;p=lttng-tools.git Update version to v2.4.0-rc3 Signed-off-by: David Goulet --- 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