Version 2.4.1 v2.4.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Apr 2014 19:03:26 +0000 (15:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Apr 2014 19:03:26 +0000 (15:03 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 3f5388c4960d45f0bd6ee70e2e788b41419d6189..5b2771a226597203af6da72d06bcb50effd7d1e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-04-08 lttng-ust 2.4.1
+       * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
+       * Fix: .split() the CC environment variable in lttng-gen-tp
+       * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
+       * Fix: python invocation through env
+       * Fix: Override AM_PATH_PYTHON's default action-if-not-found
+       * Fix: don't accept configure --disable-shared
+       * Fix: configure.ac: add missing result to alignment req. check
+       * Fix: malloc wrapper: infinite recursion with compat TLS
+       * Fix: liblttng-ust-libc-wrapper recursive use of calloc
+       * Fix: mismatch between code and comments
+       * Fix: incorrect urcu git URL in README
+
 2014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
        * Fix: JUL test: update to API change
        * Fix: Cast from pointer to different integer size warning
index a62b2aa87e6579b7f2cedb886764ad506b98a59f..6e90e72c6d3e762b39702bc8350be3d637cdc971 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.4.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.4.1],[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.025806 seconds and 4 git commands to generate.