From d06136ec18703bc51801db44fb7be45f84e5deb8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 Feb 2014 11:42:38 -0500 Subject: [PATCH] Version 2.4.0-rc4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b9797c6f..0a50c72e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-02-14 lttng-ust 2.4.0-rc4 + * Cleanup: remove extra space in dlerror wrapper + * Fix: work-around glibc lying about dlsym()/dlerror() leafness + * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header + * Fix: malloc libc instrumentation wrapper + * Fix: add LTTngEvent class to fix delayed logger + * Fix: FD leak in liblttng-ust-ctl + * Fix: liblttng-ust-dl Makefile flags mismatch + * Fix: liblttng-ust-fork Makefile flags mismatch + * Fix: out of tree examples build + * Fix: C++: incomplete extern C guard transition + 2014-01-29 lttng-ust 2.4.0-rc3 * Fix: add missing JUL loglevel handling * Cleanup gen-tp: add quotes around AM_CC diff --git a/configure.ac b/configure.ac index 243a4906..c8421b7b 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.4.0-rc3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.4.0-rc4],[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