From ce59a997afdb7dc8af02b464430bb7e35549fa66 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 16 Jul 2014 18:18:11 -0400 Subject: [PATCH] Version 2.5.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 808e7edc..dd9d4cac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0 + * Mutex while updating statedump_pending is not needed + * Revert "Turn base address dump into experimental feature" + * Fix: document ust_fork_mutex nesting + * Bugfix for #745 deadlock with baddr statedump+fork + * Move enablers syncing after the channel registration + * Add lttng_ust_notrace to static inline functions + * lttng ust: support ppc64le within configure + 2014-06-27 lttng-ust 2.5.0-rc2 * Fix: lttng-ust-jul: set thread in daemon mode * JUL: use root logger to capture events diff --git a/configure.ac b/configure.ac index bb8852db..726c8e91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.5.0-rc2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.0],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1