From 06d007de14589906c8b30b9f0a1b07ea67351f24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 26 Jan 2015 14:07:49 -0500 Subject: [PATCH] Update version to v2.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 106518223..580132817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2015-01-26 lttng-tools 2.5.4 (Paul the Octopus is born) + * Tests: Run health check test_thread_ok as part of root_regression + * Fix: deadlock between UST registry lock and consumer lock + * Fix: uninitialized return value + * Fix: build failure using disable-lttng-ust configure option + * Fix: Warnings introduced by backported fixes + * Fix: grab more than one packet for snapshots + * Fix: per-uid flush and ust registry locking + * Fix: add missing synchronization point for before app test case + * Fix: tests: wait output hide Terminate errors + * Fix: tests: remove killall, add missing SIGTERM handlers + * Fix: high throughput test: reset bw limit on sigterm + * Fix: tests: add missing wait, document missing synchro + * Document test anti-patterns + * Fix: test flaky sleep and wait patterns + * Fix: tests: don't use pidof to wait for test apps + * Fix: tests: integer too large for long type + * Fix: undefined operation on last_relay_viewer_session_id + * Fix: print format type mismatch + * Fix: exit threads not only on goto restart + * Fix: poll: show the correct number of fds + * Fix: compat poll: add missing empty revents checks + * Fix: various compat poll/epoll issues + * Fix: ust-app: per-PID app unregister vs tracing stop races + * Fix: data pending: allow empty streams + * Fix: ust snapshot: cleanup after error + 2014-12-12 lttng-tools 2.5.3 (International Day Of Heavy Metal) * Fix: don't destroy the sockets if the snapshot was successful * Fix: Missing RCU read lock in kernel_destroy_session() diff --git a/configure.ac b/configure.ac index 98870f23c..20a4a5fb1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.5.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.5.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1