Update version to v2.4.0-rc4 v2.4.0-rc4
authorDavid Goulet <dgoulet@efficios.com>
Wed, 29 Jan 2014 17:56:20 +0000 (12:56 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 29 Jan 2014 17:56:20 +0000 (12:56 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index f7be41e74a748eb6f4931c3fcae0b0d326fe0edd..7029c4cc8954fbbf498828315d7f9e71e95efd1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2014-01-29 lttng-tools 2.4.0-rc4
+       * Fix: add -b, --background option
+       * health check tests: test relayd and consumerd
+       * tests: Add stop_lttng_relayd_nocheck
+       * Fix: add missing JUL loglevel handling
+       * relayd: add testpoints
+       * relayd: use same pipe for live and main
+       * Cleanup relayd live comment
+       * Fix: relayd: add LPOLLERR to events
+       * Fix: relayd: notify parent of readiness when all threads ready
+       * Fix: tests: start relayd in background mode (-b)
+       * lttng-relayd: implement background cmd line option
+       * sessiond: add missing testpoints
+       * tests: use --background for session daemon
+       * sessiond: add --background argument
+       * Use lib common daemonize
+       * Fix: sessiond: wait for health check readiness
+       * Fix: relayd: initialize lttcomm inet
+       * Consumer: add testpoints
+       * Fix: consumerd: HT init/teardown with program
+       * Cleanup: lttng-ctl-health comment
+       * Add daemonize() to libcommon
+       * Fix: tests: wait for consumerd to complete
+       * Fix: consumerd: use DBG rather than DBG2
+       * Fix: consumerd: only return readiness when health is ready
+       * Fix: consumerd should initialize lttcomm
+       * Fix health check: signal parent before exit testpoint
+       * Test health: add test_thread_ok
+       * health check: change --relayd-path arg to --relayd-path=arg
+       * relayd: add LTTNG_RELAYD_HEALTH env var
+       * Add sessiond/SESSIOND_ prefix to sessiond testpoints
+       * Fix: zero out data structure before using it
+       * Fix: delete metadata stream before destroying it
+       * Fix: report to client when snapshot will be empty
+
 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
index 6f180fad9100e854f455a2cbd9bc4277fc474ece..fe5b959f7641c02042ccff3ba297e31eb5880470 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.4.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.4.0-rc4],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.028259 seconds and 4 git commands to generate.