From 83e512c0cacce282fdcc85548164f355328c42b1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Jun 2015 13:37:47 -0400 Subject: [PATCH] Version 2.5.5 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75daacaf..7c775d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-06-18 lttng-ust 2.5.5 + * Fix: function instrumentation ip context + * Fix: liblttng-ust-dl ip context + * Fix: pthread wrapper ip context + * Fix: lttng-ust-malloc ip context + * Allow TP_IP_PARAM arg name to be configured + * Fix: fetch caller address from tracef() + * Fix: building probe providers with C++ compiler + 2015-04-29 lttng-ust 2.5.4 * Fix: use lttng_secure_getenv to handle env. vars. involving paths * Fix: add missing getenv wrapper diff --git a/configure.ac b/configure.ac index bfe77c3e..22f19faa 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.4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.5],[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