Version 2.5.0 v2.5.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jul 2014 22:18:11 +0000 (18:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jul 2014 22:18:11 +0000 (18:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 808e7edc3394e3e79a11379a00ca45185b2d4db7..dd9d4cac33d68f10bf4a237a7263a3effbdaa7e9 100644 (file)
--- 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
index bb8852db4eaf119c9a0cb5634daf3f09afa6aca5..726c8e9129d1457d2a0e3e02f5b771a5b98b7509 100644 (file)
@@ -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
This page took 0.025651 seconds and 4 git commands to generate.