From f08370eb4e78dff85c8c712a7d7af54d12261d2a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 27 Jun 2014 10:07:32 -0400 Subject: [PATCH] Version 2.5.0-rc2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fba4088f..808e7edc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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 + * Fix: Wrong configure check for UST perf event counters context support + * Fix: multiple providers in same C file failure + * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h + * Fix: 2.5.0-rc1 changelog has off-by-one date + 2014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1 * Fix: out of tree build for lib Java and JUL * Fix: default loglevel is DEBUG diff --git a/configure.ac b/configure.ac index 4841f46f..5d17cc3a 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-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.0-rc2],[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