From: David Goulet Date: Tue, 10 Dec 2013 19:20:27 +0000 (-0500) Subject: Update version to v2.4.0-rc2 X-Git-Tag: v2.4.0-rc2^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c9d04d7963a60a3a78bf6304e951477621a0c62b Update version to v2.4.0-rc2 Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index da2c22886..30b3b22e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2013-12-10 lttng-tools 2.4.0-rc2 + * Fix: close connection on incompatible version check + * Fix: fields alignements in live protocol + * Tests: add regression test for Java JUL support + * Fix: possible use after free + * Fix: remove unused code in session daemon + * Fix: string format with unsigned value + * Fix: remove useless assert + * Fix: bad logical check of error codes + * Fix: resource leak in enable-event command + * Fix: unchecked return value in ust app delete + * Fix: dereference after null check in UST registry + * Fix: Resource leak in ust registry + * Fix: backported from urcu commit 92af1a30 + * Tests: fix racy tests and misleading output messages + * Tests: fix bad argument parsing in test app + * Fix: remove assert on fd in the read/write layer + * Fix: missing lock/unlock when sending index + * Fix: update back the metadata len sent on failure + * Fix: don't fail on push metadata if no channel + * Rename LTTng index in CTF index + * Fix: set the enable all event command type + * Fix: implicit conversion of enum types in sessiond + * Fix: implicit conversion of enum types in consumer + * Fix: comparison of unsigned enum expression >= 0 + * Fix: comparison of unsigned value agains < 0 + * Fix: create a fast and a long UST snapshot test + * Tests: fix racy UST snapshot post mortem test + * Tests: remove useless sleep when spawning sessiond + * Add travis-ci configuration file + * Add libuuid as dependency in README + * Tests: add valid test cases to test_utils_expand_path + * Tests: add symlink tests for test_utils_expand_path + * Fix: utils_expand_path now works for paths that ends with '/.' or '/..' + * Fix: comment indentation + * Add missing copyright to utils.c + * Fix: use non block waitpid to lookup child state + 2013-11-15 lttng-tools 2.4.0-rc1 * Live streaming support * Health check support in consumer and relayd diff --git a/configure.ac b/configure.ac index 287c6d776..72966a44d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.4.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.4.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST