Update version to v2.4.0-rc2
authorDavid Goulet <dgoulet@efficios.com>
Tue, 10 Dec 2013 19:20:27 +0000 (14:20 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 10 Dec 2013 19:25:43 +0000 (14:25 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index da2c22886bba4160e564e13ee3e651e8cc25974f..30b3b22e6b9292822c894fc856724bf899266291 100644 (file)
--- 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
index 287c6d776568fc5332512bc7bdaa2c64dfb5f85a..72966a44d2b61318819903b671a59f94aca19109 100644 (file)
@@ -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
This page took 0.028924 seconds and 5 git commands to generate.