Update version to v2.4.0-rc3 v2.4.0-rc3
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 Jan 2014 17:58:34 +0000 (12:58 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Jan 2014 17:59:00 +0000 (12:59 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 30b3b22e6b9292822c894fc856724bf899266291..f7be41e74a748eb6f4931c3fcae0b0d326fe0edd 100644 (file)
--- 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
index 72966a44d2b61318819903b671a59f94aca19109..6f180fad9100e854f455a2cbd9bc4277fc474ece 100644 (file)
@@ -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
This page took 0.028067 seconds and 4 git commands to generate.