From edef8b5fa8703886471390be50a5c06584f02c59 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 8 Apr 2014 15:03:26 -0400 Subject: [PATCH] Version 2.4.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f5388c4..5b2771a2 100644 --- 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 diff --git a/configure.ac b/configure.ac index a62b2aa8..6e90e72c 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],[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 -- 2.34.1