Version 2.4.0-rc4 v2.4.0-rc4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Feb 2014 16:42:38 +0000 (11:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Feb 2014 16:42:38 +0000 (11:42 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b9797c6f137a6ec6e1169cf2a9026245ee291c9f..0a50c72e12a8656ee2b9cce0c33217670191258b 100644 (file)
--- 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
index 243a490644603c40400d663067a26514e20fce26..c8421b7b93abc1758c506a495717012f57f6a620 100644 (file)
@@ -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
This page took 0.025917 seconds and 4 git commands to generate.